Enum SqlJobStepCompletionAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the completion action for a step.
public enum SqlJobStepCompletionAction
Fields
GoToNextStep = 3Goto the next step.
GoToStep = 4Goto the specified step.
QuitWithFailure = 2Quit the step and report failure.
QuitWithSuccess = 1Quit the step and report success.
Unknown = 0The action is unknown.