IColumnProperty.Filterable 속성

Gets a value indicating whether the column can be filtered.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
ReadOnly Property Filterable As Boolean 
    Get
‘사용 방법
Dim instance As IColumnProperty 
Dim value As Boolean 

value = instance.Filterable
bool Filterable { get; }
property bool Filterable {
    bool get ();
}
abstract Filterable : bool
function get Filterable () : boolean

속성 값

유형: System.Boolean
true if the column is filterable.; otherwise, false.

참고 항목

참조

IColumnProperty 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스