共用方式為


SfcProperty.Expensive 屬性

Gets the Boolean property value that specifies whether it takes a long time to load the property's values.

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public ReadOnly Property Expensive As Boolean 
    Get
'用途
Dim instance As SfcProperty 
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
true if the property is expensive; otherwise, false. The default is false.

請參閱

參考

SfcProperty 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間