Share via


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.