다음을 통해 공유


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 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 FilterPropertyPages 이 개체가 핵심 SQL Server 데이터베이스 프로젝트 속성 페이지에서 페이지를 추가하거나 제거할 수 있도록 호출됩니다.

위쪽

참고 항목

참조

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project 네임스페이스