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

.NET Framework Security

See Also

Reference

SchemaHierarchyBase Class

SchemaHierarchyBase Members

Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy Namespace