Condividi tramite


Metodo EnumJobStepsByID

Returns an array of JobStep objects that belong to the referenced job and that are ordered by ID value.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumJobStepsByID As JobStep()
'Utilizzo
Dim instance As Job
Dim returnValue As JobStep()

returnValue = instance.EnumJobStepsByID()
public JobStep[] EnumJobStepsByID()
public:
array<JobStep^>^ EnumJobStepsByID()
member EnumJobStepsByID : unit -> JobStep[] 
public function EnumJobStepsByID() : JobStep[]

Valore restituito

Tipo: array<Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobStep> [] () [] []
A JobStep object array that represents all the job steps that belong to the referenced job. The JobStep objects are ordered by ID value.