SchemaHierarchyBase Constructor
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
controller As ISchemaViewController, _
sm As DataSchemaModel, _
uiServices As UserInteractionServices _
)
'Usage
Dim controller As ISchemaViewController
Dim sm As DataSchemaModel
Dim uiServices As UserInteractionServices
Dim instance As New SchemaHierarchyBase(controller, _
sm, uiServices)
public SchemaHierarchyBase(
ISchemaViewController controller,
DataSchemaModel sm,
UserInteractionServices uiServices
)
public:
SchemaHierarchyBase(
ISchemaViewController^ controller,
DataSchemaModel^ sm,
UserInteractionServices^ uiServices
)
public function SchemaHierarchyBase(
controller : ISchemaViewController,
sm : DataSchemaModel,
uiServices : UserInteractionServices
)
new :
controller:ISchemaViewController *
sm:DataSchemaModel *
uiServices:UserInteractionServices -> SchemaHierarchyBase
Parameters
- controller
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.ISchemaViewController
- uiServices
Type: Microsoft.Data.Schema.Extensibility.UserInteractionServices
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.