DropJobByID méthode
Removes the job with the specified ID value.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub DropJobByID ( _
jobid As Guid _
)
'Utilisation
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
)
Paramètres
- jobid
Type : System. . :: . .Guid
A Guid system object value that specifies the job ID value.