JobStepCollection.Add Method
Include Protected Members
Include Inherited Members
Adds a JobStep object to the JobStepCollection collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(JobStep) | Adds a JobStep object to the JobStepCollection collection. | |
Add(JobStep, Int32) | Adds a JobStep object to the JobStepCollection collection. | |
Add(JobStep, String) | Adds a JobStep object to the JobStepCollection collection. |
Top