JobCollection.Add Method
Adds the specified job to the job collection.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub Add ( _
job As Job _
)
'Kullanım
Dim instance As JobCollection
Dim job As Job
instance.Add(job)
public void Add(
Job job
)
public:
void Add(
Job^ job
)
member Add :
job:Job -> unit
public function Add(
job : Job
)
Parameters
- job
Type: Microsoft.SqlServer.Management.Smo.Agent.Job
A Job object that specifies the job to add to the collection.
Remarks
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.