Share via


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