Compartir a través de


DatabaseSchemaViewRootNode (Constructor)

Inicializa una nueva instancia de la clase DatabaseSchemaViewRootNode.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaViewRootNode Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView (Espacio de nombres)