IDatabaseSchemaViewController 接口

创建数据库架构提供程序的用户使用此扩展将其内容添加到架构视图。

此 API 不兼容 CLS。 

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

语法

声明
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseSchemaViewController _
    Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDatabaseSchemaViewController : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseSchemaViewController : IExtension
[<CLSCompliantAttribute(false)>]
type IDatabaseSchemaViewController =  
    interface
        interface IExtension
    end
public interface IDatabaseSchemaViewController extends IExtension

请参见

参考

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