IFilterProvider.Filter 속성

정의

개체의 필터 정보를 가져오거나 설정합니다.

public:
 property cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterRow ^> ^ Filter { cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterRow ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IFilterRow ^> ^ value); };
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[] Filter { get; set; }
member this.Filter : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IFilterRow[] with get, set
Public Property Filter As IFilterRow()

속성 값

필터링된 정보를 가져오거나 설정합니다.

적용 대상