다음을 통해 공유


EnumJobStepLogs 메서드 (String)

Enumerates a list of job step log files for the job step with the specified name.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Function EnumJobStepLogs ( _
    stepName As String _
) As DataTable
‘사용 방법
Dim instance As Job
Dim stepName As String
Dim returnValue As DataTable

returnValue = instance.EnumJobStepLogs(stepName)
public DataTable EnumJobStepLogs(
    string stepName
)
public:
DataTable^ EnumJobStepLogs(
    String^ stepName
)
member EnumJobStepLogs : 
        stepName:string -> DataTable 
public function EnumJobStepLogs(
    stepName : String
) : 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 name.

주의

This method was introduced in SQL Server 2005.