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 命名空间