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

AvailabilityDatabaseSynchronizationState Enumeration

SQL Server 2012

Represents the current state of the availability database synchronization.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum AvailabilityDatabaseSynchronizationState
Member nameDescription
NotSynchronizingThe synchronization state is NotSynchronizing.
SynchronizingThe synchronization state is Synchronizing.
SynchronizedThe database replica is synchronized with the primary.
RevertingThe database replica is reverting after a failover.
InitializingThe database replica is initializing after a failover.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.