AvailabilityReplicaRollupSynchronizationState 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.
The current synchronization state of the availability replica. This is based on the synchronization states of database replicas in the availaiblity group residing on the instance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaRollupSynchronizationStateConverter))]
public enum AvailabilityReplicaRollupSynchronizationState
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityReplicaRollupSynchronizationStateConverter))>]
type AvailabilityReplicaRollupSynchronizationState =
Public Enum AvailabilityReplicaRollupSynchronizationState
- Inheritance
-
AvailabilityReplicaRollupSynchronizationState
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSynchronizing | 0 | At least one database replica on is not synchronizing with the primary. |
Synchronizing | 1 | All database replicas are at least synchronizing with the primary. |
Synchronized | 2 | All database replicas are synchronized with the primary. |
Unknown | 3 | The synchronization state of the replica is unknown. This will be the case for a remote secondary replica if the property is accessed from another secondary. |