ISqlPropertyPageFilter 接口

这是一项 SQL Server 功能扩展,使您能筛选数据库项目提供的核心项目页。 可从以 proposedPages 参数形式提供的基本列表中添加或移除扩展。

此 API 不兼容 CLS。 

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

语法

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

ISqlPropertyPageFilter 类型公开以下成员。

方法

  名称 说明
公共方法 FilterPropertyPages 调用它可从核心 SQL Server 数据库项目属性页添加或移除此对象。

页首

请参见

参考

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