MinimumRunDuration Property

SQL-DMO

SQL-DMO

MinimumRunDuration Property

The MinimumRunDuration property specifies filtering by the amount of time required for successful Microsoft® SQL Server™ 2000 Agent job execution.

Applies To
JobHistoryFilter Object  
Syntax

object.MinimumRunDuration [= value]

Parts

object

Expression that evaluates to an object in the Applies To list

value

Long integer that specifies a number of seconds

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMinimumRunDuration(LPLONG pRetVal);

HRESULT SetMinimumRunDuration(long NewValue);

Remarks

When the MinimumRunDuration property is 0, the property is not used as part of job execution history filtering.