Sequence.GetStepByName
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
Sequence.GetStepByName
Syntax
Sequence.GetStepByName( nameOfStep, stepGroupParam)
Return Value
Purpose
Returns a reference to the Step object you specify by name.
Remarks
Returns an error if no Step object exists with the name you specify.
Parameters
nameOfStep As String
[In] Specifies the name of the step for which you want a reference. When more than one step using the same name exists in the step group, the method returns the first step with that name. Name comparison is case-insensitive.
stepGroupParam As StepGroups
[In] Specifies a particular step group.