共用方式為


SfcObjectState 列舉

Represents the state of the object in the backend. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

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

語法

'宣告
Public Enumeration SfcObjectState
'用途
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState

成員

成員名稱 說明
Dropped The object is dropped in the backend and/or is no longer in a valid state.
Existing The object corresponds to an existing object in the backend.
None The object not yet set or unknown.
Pending The object is instantiated but not yet committed to the backend.
Recreate The object is to be dropped and then created again.
ToBeDropped The object is marked for deletion.

請參閱

參考

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