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

AvailabilityGroupRollupSynchronizationState Enumeration

SQL Server 2012

Specifies a rollup of the synchronization states of the availability replicas in the availability group.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum AvailabilityGroupRollupSynchronizationState
Member nameDescription
NoneSynchronizingNone of the availability replicas is synchronizing.
PartiallySynchronizingAt least one of the replicas is in “synchronizing” state.
AllSynchronizingAll of the replicas are in “synchronizing” state.
AllSynchronizedAll of the replicas are in “synchronized” state.
UnknownThe synchronization state is unknown, this would be the case if the property is viewed on a secondary replica.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.