DropJobByID 메서드
Removes the job with the specified ID value.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.