Перечисление ActionState
The ActionState enumeration lists the possible DAC action step states.
Пространство имен: Microsoft.SqlServer.Management.Dac
Сборка: Microsoft.SqlServer.Management.Dac (в Microsoft.SqlServer.Management.Dac.dll)
Синтаксис
'Декларация
Public Enumeration ActionState
'Применение
Dim instance As ActionState
public enum ActionState
public enum class ActionState
type ActionState
public enum ActionState
Элементы
| Имя элемента | Описание | |
|---|---|---|
| None | The default state. | |
| Success | Indicates that the action step was successful. | |
| Failure | Indicates that the action step failed. | |
| Pending | Indicates that action step execution is pending. | |
| RollbackPending | Indicates that a rollback of the action step is pending. | |
| RollbackSuccess | Indicates that a rollback of the action step succeeded. | |
| RollbackFailure | Indicates that a rollback of the action step failed. | |
| Warning | Indicates that the action step encountered a warning. |