| Modifier and Type | Field and Description |
|---|---|
static JobStepActionType |
JobStepActionType.TSQL
Static value TSql for JobStepActionType.
|
| Modifier and Type | Method and Description |
|---|---|
static JobStepActionType |
JobStepActionType.fromString(String name)
Creates or finds a JobStepActionType from its string representation.
|
JobStepActionType |
JobStepAction.type()
Get the type value.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<JobStepActionType> |
JobStepActionType.values() |
| Modifier and Type | Method and Description |
|---|---|
JobStepAction |
JobStepAction.withType(JobStepActionType type)
Set the type value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/