ManagementState 열거형
Enumerates the possible states of a ManagedInstance object.
네임스페이스: Microsoft.SqlServer.Management.Utility
어셈블리: Microsoft.SqlServer.Management.Utility(Microsoft.SqlServer.Management.Utility.dll)
구문
‘선언
Public Enumeration ManagementState
‘사용 방법
Dim instance As ManagementState
public enum ManagementState
public enum class ManagementState
type ManagementState
public enum ManagementState
멤버
멤버 이름 | 설명 | |
---|---|---|
Unknown | The state is unknown. | |
Discovered | The instance has been detected. | |
Manageable | The instance has been validated as manageable | |
ManagementPending | The operation to make the instance managed has been initiated, but is currently pending. | |
Managed | The instance is managed. |