IColumnProperty Interface
SQL Server 2012
Represents the individual column that can be filtered.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
The IColumnProperty type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Expensive | Gets a value indicating whether the column is expensive to retrieve. |
![]() | Filterable | Gets a value indicating whether the column can be filtered. |
![]() | Name | Gets the name of the column. |
![]() | Type | Gets the type of the column. |

