IFilterProvider.GetFilterableColumns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the columns that can be filtered.
public:
cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IColumnProperty ^> ^ GetFilterableColumns();
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IColumnProperty[] GetFilterableColumns ();
abstract member GetFilterableColumns : unit -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IColumnProperty[]
Public Function GetFilterableColumns () As IColumnProperty()
Returns
The columns that can be filtered.