DatabaseReplicaSuspendReason Enumeration
Specifies the different reasons for a database replica to be in suspended state.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| NotApplicable | The database is not suspended. | |
| SuspendFromApply | The database replica is currently in apply mode. | |
| SuspendFromCapture | The database replica is currently in capture mode. | |
| SuspendFromPartner | Partner initiated suspend command. | |
| SuspendFromRedo | The database replica is currently in redo mode. | |
| SuspendFromRestart | The database replica is restarting. | |
| SuspendFromUndo | The database replica is currently in undo mode. | |
| SuspendFromUser | User initiated suspend command. |
Show: