Job.EnumJobStepLogs Method

Enumerates a list of job step log files.

备注

SQL Server 2005 中引入了此方法。

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

重载列表

名称 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.

请参阅

参考

Job Class
Job Members
Microsoft.SqlServer.Management.Smo.Agent Namespace

其他资源

Scheduling Automatic Administrative Tasks in SQL Server Agent
自动执行管理任务(SQL Server 代理)
sp_help_jobsteplog (Transact-SQL)