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