Méthode Add (JobStep)
Adds a JobStep object to the JobStepCollection collection.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
jobStep As JobStep _
)
'Utilisation
Dim instance As JobStepCollection
Dim jobStep As JobStep
instance.Add(jobStep)
public void Add(
JobStep jobStep
)
public:
void Add(
JobStep^ jobStep
)
member Add :
jobStep:JobStep -> unit
public function Add(
jobStep : JobStep
)
Paramètres
- jobStep
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobStep
A JobStep object that specifies the job step to be added to the JobStepCollection collection.
Voir aussi