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
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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Utility