IAvailabilityGroupState.NumberOfNotSynchronizedReplicas Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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