DatabaseReplicaSuspendReason 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 different reasons for a database replica to be in suspended state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DatabaseReplicaSuspendReasonConverter))]
public enum DatabaseReplicaSuspendReason
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.DatabaseReplicaSuspendReasonConverter))>]
type DatabaseReplicaSuspendReason =
Public Enum DatabaseReplicaSuspendReason
- Inheritance
-
DatabaseReplicaSuspendReason
- Attributes
Fields
NotApplicable | 7 | The database is not suspended. |
SuspendFromApply | 3 | The database replica is currently in apply mode. |
SuspendFromCapture | 4 | The database replica is currently in capture mode. |
SuspendFromPartner | 1 | Partner initiated suspend command. |
SuspendFromRedo | 2 | The database replica is currently in redo mode. |
SuspendFromRestart | 5 | The database replica is restarting. |
SuspendFromUndo | 6 | The database replica is currently in undo mode. |
SuspendFromUser | 0 | User initiated suspend command. |