Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The SqlSmoState enumeration contains values that are used to specify the state of an SMO object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Enumeration SqlSmoState
'Utilisation
Dim instance As SqlSmoState
public enum SqlSmoState
public enum class SqlSmoState
type SqlSmoState
public enum SqlSmoState
Membres
| Nom de membre | Description | |
|---|---|---|
| Creating | The object is being created. | |
| Dropped | The object is being dropped. | |
| Existing | The object exists. | |
| Pending | The object is pending an instruction. | |
| ToBeDropped | The object is waiting to be dropped. |
Notes
The SqlSmoState enumeration class is served by the InvalidSmoOperationException exception constructor.