Метод EnumHistory
Enumerates a list of execution history associated with the referenced job.
Пространство имен: Microsoft.SqlServer.Management.Smo.Agent
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
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.