共用方式為


SfcInstance.State 屬性

Returns the state of the SfcInstance object.

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

語法

'宣告
Protected Friend Property State As SfcObjectState 
    Get 
    Friend Set
'用途
Dim value As SfcObjectState 

value = Me.State
protected internal SfcObjectState State { get; internal set; }
protected public:
property SfcObjectState State {
    SfcObjectState get ();
    internal: void set (SfcObjectState value);
}
member State : SfcObjectState with get, internal set
function get State () : SfcObjectState 
internal function set State (value : SfcObjectState)

屬性值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectState
A SfcObjectState object that specifies the current state of the SfcInstance object.

請參閱

參考

SfcInstance 類別

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