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
- controller
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerController
The controller for this hierarchy.
.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.
See Also
Reference
DatabaseSchemaViewRootNode Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView Namespace