Start méthode (String)
Runs the referenced job starting at the specified job step.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Start ( _
jobStepName As String _
)
'Utilisation
Dim instance As Job
Dim jobStepName As String
instance.Start(jobStepName)
public void Start(
string jobStepName
)
public:
void Start(
String^ jobStepName
)
member Start :
jobStepName:string -> unit
public function Start(
jobStepName : String
)
Paramètres
- jobStepName
Type : System. . :: . .String
A String value that specifies the job step to start execution.
Voir aussi