Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Represents the state of the object in the backend. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Enumeration SfcObjectState
'Uso
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |