This topic has not yet been rated - Rate this topic

JobStepCollection.Add Method (JobStep, String)

Adds a JobStep object to the JobStepCollection collection.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public void Add(
	JobStep jobStep,
	string insertAtColumnName
)

Parameters

jobStep
Type: Microsoft.SqlServer.Management.Smo.Agent.JobStep
A JobStep object that specifies the job step to be added to the JobStepCollection collection.
insertAtColumnName
Type: System.String
A string representing the name of the jobstep.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.