Job.EnumHistory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumHistory(JobHistoryFilter) |
This method returns a DateTable object that enumerates the execution history of the referenced Agent job. |
EnumHistory() |
This method returns a DateTable object that enumerates the execution history of the referenced Agent job. |
EnumHistory(JobHistoryFilter)
This method returns a DateTable object that enumerates the execution history of the referenced Agent job.
public System.Data.DataTable EnumHistory (Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter filter);
member this.EnumHistory : Microsoft.SqlServer.Management.Smo.Agent.JobHistoryFilter -> System.Data.DataTable
Public Function EnumHistory (filter As JobHistoryFilter) As DataTable
Parameters
- filter
- JobHistoryFilter
Returns
Applies to
EnumHistory()
This method returns a DateTable object that enumerates the execution history of the referenced Agent job.
public System.Data.DataTable EnumHistory ();
member this.EnumHistory : unit -> System.Data.DataTable
Public Function EnumHistory () As DataTable