Enumeração ManagementState

Enumerates the possible states of a ManagedInstance object.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (em Microsoft.SqlServer.Management.Utility.dll)

Sintaxe

'Declaração
Public Enumeration ManagementState
'Uso
Dim instance As ManagementState
public enum ManagementState
public enum class ManagementState
type ManagementState
public enum ManagementState

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Utility