Condividi tramite


Enumerazione ManagementState

Enumerates the possible states of a ManagedInstance object.

Spazio dei nomi  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Sintassi

'Dichiarazione
Public Enumeration ManagementState
'Utilizzo
Dim instance As ManagementState
public enum ManagementState
public enum class ManagementState
type ManagementState
public enum ManagementState

Membri

Nome membro Descrizione
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.