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

DatabaseReplicaSuspendReason Enumeration

SQL Server 2012

Specifies the different reasons for a database replica to be in suspended state.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum DatabaseReplicaSuspendReason
Member nameDescription
SuspendFromUserUser initiated suspend command.
SuspendFromPartnerPartner initiated suspend command.
SuspendFromRedoThe database replica is currently in redo mode.
SuspendFromApplyThe database replica is currently in apply mode.
SuspendFromCaptureThe database replica is currently in capture mode.
SuspendFromRestartThe database replica is restarting.
SuspendFromUndoThe database replica is currently in undo mode.
NotApplicableThe database is not suspended.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.