SqlSmoState 枚举
The SqlSmoState enumeration contains values that are used to specify the state of an SMO object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Enumeration SqlSmoState
用法
Dim instance As SqlSmoState
public enum SqlSmoState
public enum class SqlSmoState
type SqlSmoState
public enum SqlSmoState
成员
| 成员名称 | 说明 | |
|---|---|---|
| Pending | The object is pending an instruction. | |
| Creating | The object is being created. | |
| Existing | The object exists. | |
| ToBeDropped | The object is waiting to be dropped. | |
| Dropped | The object is being dropped. |
注释
The SqlSmoState enumeration class is served by the InvalidSmoOperationException exception constructor.