JobServer.DropJobByID 方法
Removes the job with the specified ID value.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub DropJobByID ( _
jobid As Guid _
)
用法
Dim instance As JobServer
Dim jobid As Guid
instance.DropJobByID(jobid)
public void DropJobByID(
Guid jobid
)
public:
void DropJobByID(
Guid jobid
)
member DropJobByID :
jobid:Guid -> unit
public function DropJobByID(
jobid : Guid
)
参数
- jobid
类型:System.Guid
A Guid system object value that specifies the job ID value.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo.Agent 命名空间