Aracılığıyla paylaş


SfcObjectState Enumeration

Represents the state of the object in the backend. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Bildirim
Public Enumeration SfcObjectState
'Kullanım
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState

Members

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

See Also

Reference

Microsoft.SqlServer.Management.Sdk.Sfc Namespace