This topic has not yet been rated - Rate this topic

JobHistoryFilter.MinimumRunDuration Property

Gets or sets the job filter constraint that restricts the values returned by the JobServer object's EnumJobHistory method to jobs that have completed running in the minimum length of time specified.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public int MinimumRunDuration { get; set; }

Property Value

Type: System.Int32
An Int32 value that specifies the minimum execution time in seconds.

The job history filter can be used to restrict the list returned by the JobServer object's EnumJobHistory method to jobs.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.