JobStepCollection.Add 方法 (JobStep)
Adds a JobStep object to the JobStepCollection collection.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Add ( _
jobStep As JobStep _
)
用法
Dim instance As JobStepCollection
Dim jobStep As JobStep
instance.Add(jobStep)
public void Add(
JobStep jobStep
)
public:
void Add(
JobStep^ jobStep
)
member Add :
jobStep:JobStep -> unit
public function Add(
jobStep : JobStep
)
参数
- jobStep
类型:Microsoft.SqlServer.Management.Smo.Agent.JobStep
A JobStep object that specifies the job step to be added to the JobStepCollection collection.