Expand Minimize
This topic has not yet been rated - Rate this topic

AvailabilityReplicaRollupSynchronizationState Enumeration

SQL Server 2012

Specifies the current synchronization state of the availability replica.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum AvailabilityReplicaRollupSynchronizationState
Member nameDescription
NotSynchronizingAt least one database replica on is not synchronizing with the primary.
SynchronizingAll database replicas are at least synchronizing with the primary.
SynchronizedAll database replicas are synchronized with the primary.
UnknownThe synchronization state of the replica is unknown.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.