AvailabilityGroupRollupSynchronizationState Enumeration
Specifies a rollup of the synchronization states of the availability replicas in the availability group.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| AllSynchronized | All of the replicas are in “synchronized” state. | |
| AllSynchronizing | All of the replicas are in “synchronizing” state. | |
| NoneSynchronizing | None of the availability replicas is synchronizing. | |
| PartiallySynchronizing | At least one of the replicas is in “synchronizing” state. | |
| Unknown | The synchronization state is unknown, this would be the case if the property is viewed on a secondary replica. |
Show: