AvailabilityDatabaseSynchronizationState Enumeration
Represents the current state of the availability database synchronization.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| Initializing | The database replica is initializing after a failover. | |
| NotSynchronizing | The synchronization state is NotSynchronizing. | |
| Reverting | The database replica is reverting after a failover. | |
| Synchronized | The database replica is synchronized with the primary. | |
| Synchronizing | The synchronization state is Synchronizing. |
Show: