共用方式為


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

成員

成員名稱 說明
Discovered The instance has been detected.
Manageable The instance has been validated as manageable
Managed The instance is managed.
ManagementPending The operation to make the instance managed has been initiated, but is currently pending.
Unknown The state is unknown.

請參閱

參考

Microsoft.SqlServer.Management.Utility 命名空間