Job.EnumJobStepLogs Method
Enumerates a list of job step log files.
Remarks
This method was introduced in SQL Server 2005.
Overload List
| Name | Description |
|---|---|
| Job.EnumJobStepLogs () |
Enumerates a list of job step log files for the referenced job.
|
| Job.EnumJobStepLogs (Int32) |
Enumerates a list of job step log files for the job step with the specified ID value.
|
| Job.EnumJobStepLogs (String) |
Enumerates a list of job step log files for the job step with the specified name.
|
See Also