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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间