Compartir a través de


Enumeración ManagementState

Enumerates the possible states of a ManagedInstance object.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public Enumeration ManagementState
'Uso
Dim instance As ManagementState
public enum ManagementState
public enum class ManagementState
type ManagementState
public enum ManagementState

Miembros

Nombre del miembro Descripción
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.