Compartilhar via


Enumeração SfcObjectState

Represents the state of the object in the backend. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Enumeration SfcObjectState
'Uso
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Sdk.Sfc