IFilterProvider.Filter Property

Definition

Gets or sets the filter information for an object.

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()

Property Value

Gets or sets the filtered information.

Applies to