Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the number of replicas that are not in a “Synchronized” state.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property NumberOfNotSynchronizedReplicas As Integer
Get
'Usage
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
Eigenschaftswert
Typ: System.Int32
The number of replicas that are not in a “Synchronized” state.
Implementiert
IAvailabilityGroupState.NumberOfNotSynchronizedReplicas