SqlSmoState 열거형
The SqlSmoState enumeration contains values that are used to specify the state of an SMO object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.