Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the possible states of a ManagedInstance object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Enumeration ManagementState
'Usage
Dim instance As ManagementState
public enum ManagementState
public enum class ManagementState
type ManagementState
public enum ManagementState
Members
Member name | Description | |
---|---|---|
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. |