AvailabilityGroupRollupSynchronizationState Enum
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.
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
Name | Value | Description |
---|---|---|
NoneSynchronizing | 0 | None of the availability replicas is synchronizing. |
PartiallySynchronizing | 1 | At least one of the replicas is in "synchronizing" state. |
AllSynchronizing | 2 | All of the replicas are in "synchronizing" state. |
AllSynchronized | 3 | All of the replicas are in "synchronized" state. |
Unknown | 4 | The synchronization state is unknown, this would be the case if the property is viewed on a secondary replica |