SchemaModelViewerControllerBase.OnDatabaseSchemaViewInitialized Method
Initializes the controller with Schema View.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overridable Sub OnDatabaseSchemaViewInitialized ( _
schemaView As IDatabaseSchemaView _
)
protected virtual void OnDatabaseSchemaViewInitialized(
IDatabaseSchemaView schemaView
)
protected:
virtual void OnDatabaseSchemaViewInitialized(
IDatabaseSchemaView^ schemaView
)
abstract OnDatabaseSchemaViewInitialized :
schemaView:IDatabaseSchemaView -> unit
override OnDatabaseSchemaViewInitialized :
schemaView:IDatabaseSchemaView -> unit
protected function OnDatabaseSchemaViewInitialized(
schemaView : IDatabaseSchemaView
)
Parameters
- schemaView
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.IDatabaseSchemaView
The pointer to the database Schema View.
Remarks
Caches the Schema View interface and listens to Schema View events.
.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
SchemaModelViewerControllerBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace