通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobStepActionType Class

public final class JobStepActionType
extends ExpandableStringEnum<JobStepActionType>

Type of action being executed by the job step.

Field Summary

Modifier and Type Field and Description
static final JobStepActionType TSQL

Static value TSql for JobStepActionType.

Constructor Summary

Constructor Description
JobStepActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepActionType value.

Method Summary

Modifier and Type Method and Description
static JobStepActionType fromString(String name)

Creates or finds a JobStepActionType from its string representation.

static Collection<JobStepActionType> values()

Gets known JobStepActionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

TSQL

public static final JobStepActionType TSQL

Static value TSql for JobStepActionType.

Constructor Details

JobStepActionType

@Deprecated
public JobStepActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobStepActionType value.

Method Details

fromString

public static JobStepActionType fromString(String name)

Creates or finds a JobStepActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JobStepActionType.

values

public static Collection<JobStepActionType> values()

Gets known JobStepActionType values.

Returns:

known JobStepActionType values.

Applies to