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.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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

매개 변수

반환 값

형식: 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.