Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Property Value
Type: System.Int32
The number of replicas that are not in a “Synchronized” state.
Implements
IAvailabilityGroupState.NumberOfNotSynchronizedReplicas