Dela via


DatabaseSchemaViewRootNode Constructor

Initializes a new instance of the DatabaseSchemaViewRootNode class.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public Sub New ( _
    controller As ISchemaModelViewerController _
)
public DatabaseSchemaViewRootNode(
    ISchemaModelViewerController controller
)
public:
DatabaseSchemaViewRootNode(
    ISchemaModelViewerController^ controller
)
new : 
        controller:ISchemaModelViewerController -> DatabaseSchemaViewRootNode
public function DatabaseSchemaViewRootNode(
    controller : ISchemaModelViewerController
)

Parameters

.NET Framework Security

See Also

Reference

DatabaseSchemaViewRootNode Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace