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