다음을 통해 공유


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 네임스페이스