Job.EnumJobStepLogs Method

Definition

Overloads

EnumJobStepLogs()

This method returns a DateTable object that enumerates the job step execution output logs if they were saved to the table

EnumJobStepLogs(Int32)

This method returns a DateTable object that enumerates the job step execution output logs if they were saved to the table filtering by step ID

EnumJobStepLogs(String)

This method returns a DateTable object that enumerates the job step execution output logs if they were saved to the table filtering by step name

EnumJobStepLogs()

This method returns a DateTable object that enumerates the job step execution output logs if they were saved to the table

public System.Data.DataTable EnumJobStepLogs ();
member this.EnumJobStepLogs : unit -> System.Data.DataTable
Public Function EnumJobStepLogs () As DataTable

Returns

Applies to

EnumJobStepLogs(Int32)

This method returns a DateTable object that enumerates the job step execution output logs if they were saved to the table filtering by step ID

public System.Data.DataTable EnumJobStepLogs (int stepId);
member this.EnumJobStepLogs : int -> System.Data.DataTable
Public Function EnumJobStepLogs (stepId As Integer) As DataTable

Parameters

stepId
Int32

Returns

Applies to

EnumJobStepLogs(String)

This method returns a DateTable object that enumerates the job step execution output logs if they were saved to the table filtering by step name

public System.Data.DataTable EnumJobStepLogs (string stepName);
member this.EnumJobStepLogs : string -> System.Data.DataTable
Public Function EnumJobStepLogs (stepName As String) As DataTable

Parameters

stepName
String

Returns

Applies to