Enumerazione SfcObjectState
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Enumeration SfcObjectState
'Utilizzo
Dim instance As SfcObjectState
public enum SfcObjectState
public enum class SfcObjectState
type SfcObjectState
public enum SfcObjectState
Membri
Nome membro | Descrizione | |
---|---|---|
None | Object state is none. | |
Pending | Object state is pending. | |
Existing | Object state is exists. | |
Dropped | Object is dropped. | |
ToBeDropped | Object state is to be dropped. |