ObjectProperty.Expensive 속성
Gets or sets a Boolean property value that specifies whether the object property is expensive in terms of time taken to load and initialize.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Property Expensive As Boolean
Get
Set
‘사용 방법
Dim instance As ObjectProperty
Dim value As Boolean
value = instance.Expensive
instance.Expensive = value
public bool Expensive { get; set; }
public:
property bool Expensive {
bool get ();
void set (bool value);
}
member Expensive : bool with get, set
function get Expensive () : boolean
function set Expensive (value : boolean)
속성 값
유형: System.Boolean
A Boolean value that specifies whether the property is expensive in terms of time to load. If True, the property is expensive. Otherwise, false