Metodo EnumHistory
Enumerates a list of execution history associated with the referenced job.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Function EnumHistory As DataTable
'Utilizzo
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
Valore restituito
Tipo: System.Data. . :: . .DataTable
A DataTable object value that contains execution history data for the referenced job.