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
成員
成員名稱 | 說明 | |
---|---|---|
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. |
備註
The SqlSmoState enumeration class is served by the InvalidSmoOperationException exception constructor.