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 資料庫專案屬性頁面加入或移除頁面。 |
回頁首