SchemaModelViewerControllerBase.OnDatabaseSchemaViewInitialized 方法

使用架构视图初始化控制器。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
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
)

参数

备注

高速缓存架构视图接口,侦听架构视图事件。

.NET Framework 安全性

请参见

参考

SchemaModelViewerControllerBase 类

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer 命名空间