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.