EnumJobStepLogs 方法 (Int32)
Enumerates a list of job step log files for the job step with the specified ID value.
命名空间: Microsoft.SqlServer.Management.Smo.Agent
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function EnumJobStepLogs ( _
stepId As Integer _
) As DataTable
用法
Dim instance As Job
Dim stepId As Integer
Dim returnValue As DataTable
returnValue = instance.EnumJobStepLogs(stepId)
public DataTable EnumJobStepLogs(
int stepId
)
public:
DataTable^ EnumJobStepLogs(
int stepId
)
member EnumJobStepLogs :
stepId:int -> DataTable
public function EnumJobStepLogs(
stepId : int
) : DataTable
参数
- stepId
类型:System. . :: . .Int32
返回值
类型:System.Data. . :: . .DataTable
A DataTable object value that contains an enumerated list of all the job step log files for the job step with the specified ID value.
注释
This method was introduced in SQL Server 2005.