IAvailabilityGroupState.NumberOfNotSynchronizedReplicas Property

Definition

Gets the number of replicas that are not in a "Synchronized" state. Since only synchronous replicas can be in a "synchronized" state, this does not apply to asynchronous replicas

[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("AvailabilityGroupState_NumberOfNotSynchronizedReplicasDesc")]
[Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("AvailabilityGroupState_NumberOfNotSynchronizedReplicasName")]
public int NumberOfNotSynchronizedReplicas { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayDescriptionKey("AvailabilityGroupState_NumberOfNotSynchronizedReplicasDesc")>]
[<Microsoft.SqlServer.Management.Sdk.Sfc.DisplayNameKey("AvailabilityGroupState_NumberOfNotSynchronizedReplicasName")>]
member this.NumberOfNotSynchronizedReplicas : int
Public ReadOnly Property NumberOfNotSynchronizedReplicas As Integer

Property Value

Attributes

Applies to