AvailabilityGroupRollupSynchronizationState Enum

Definition

A rollup of the synchronization states of the availability replicas in the availability group.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityGroupRollupSynchronizationStateConverter))]
public enum AvailabilityGroupRollupSynchronizationState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityGroupRollupSynchronizationStateConverter))>]
type AvailabilityGroupRollupSynchronizationState = 
Public Enum AvailabilityGroupRollupSynchronizationState
Inheritance
AvailabilityGroupRollupSynchronizationState
Attributes

Fields

AllSynchronized 3

All of the replicas are in "synchronized" state.

AllSynchronizing 2

All of the replicas are in "synchronizing" state.

NoneSynchronizing 0

None of the availability replicas is synchronizing.

PartiallySynchronizing 1

At least one of the replicas is in "synchronizing" state.

Unknown 4

The synchronization state is unknown, this would be the case if the property is viewed on a secondary replica

Applies to