다음을 통해 공유


Expensive 속성

속성 값을 로드하는 데 시간이 오래 걸리는지 여부를 지정하는 Boolean 속성 값을 가져옵니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

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

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

속성 값

유형: System. . :: . .Boolean
로드하는 데 걸리는 시간 및 사용되는 리소스 관점에서 비용이 많이 드는 속성인지 여부를 지정하는 Boolean 값입니다.
True 이면 속성에 비용이 많이 들고,
False (기본값)이면 속성에 비용이 들지 않습니다.

주의

The boundary between expensive properties and inexpensive properties is an arbitrary value.