EnumHistory 메서드
Enumerates a list of execution history associated with the referenced job.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Function EnumHistory As DataTable
‘사용 방법
Dim instance As Job
Dim returnValue As DataTable
returnValue = instance.EnumHistory()
public DataTable EnumHistory()
public:
DataTable^ EnumHistory()
member EnumHistory : unit -> DataTable
public function EnumHistory() : DataTable
반환 값
형식: System.Data. . :: . .DataTable
A DataTable object value that contains execution history data for the referenced job.