Job.EnumJobStepLogs Method
Enumerates a list of job step log files.
Remarks
This method was introduced in SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
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
Reference
Job Class
Job Members
Microsoft.SqlServer.Management.Smo.Agent Namespace
Other Resources
Scheduling Automatic Administrative Tasks in SQL Server Agent
Automating Administrative Tasks (SQL Server Agent)
sp_help_jobsteplog (Transact-SQL)