IColumnProperty.Expensive 속성

Gets a value indicating whether the column is expensive to retrieve.

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

구문

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

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

속성 값

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

참고 항목

참조

IColumnProperty 인터페이스

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