Propriedade do RDL AvailabilityGroupState.NumberOfNotSynchronizedReplicas

Gets the number of replicas that are not in a “Synchronized” state.

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

Sintaxe

'Declaração
Public ReadOnly Property NumberOfNotSynchronizedReplicas As Integer 
    Get
'Uso
Dim instance As AvailabilityGroupState 
Dim value As Integer 

value = instance.NumberOfNotSynchronizedReplicas
public int NumberOfNotSynchronizedReplicas { get; }
public:
virtual property int NumberOfNotSynchronizedReplicas {
    int get () sealed;
}
abstract NumberOfNotSynchronizedReplicas : int 
override NumberOfNotSynchronizedReplicas : int
final function get NumberOfNotSynchronizedReplicas () : int

Valor da propriedade

Tipo: System.Int32
The number of replicas that are not in a “Synchronized” state.

Implementa

IAvailabilityGroupState.NumberOfNotSynchronizedReplicas

Consulte também

Referência

AvailabilityGroupState Classe

Namespace Microsoft.SqlServer.Management.Smo