OldestFirst Property (SQL-DMO)

The OldestFirst property controls ordering for the SQL Server Agent job histories, listed by using the EnumHistory or EnumJobHistory method.

Applies To

JobHistoryFilter Object

Syntax

object.OldestFirst [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value True or False

Remarks

The result set returned by either the EnumHistory or EnumJobHistory method is ordered by values in the run-date and run-time columns. By default, history records are ordered so that records for jobs run most recently precede those run at an earlier date and time.

Set the OldestFirst property to True to alter default behavior, and order records so that the oldest record appears first in the result set.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetOldestFirst(LPBOOL pRetVal);

HRESULT SetOldestFirst(BOOL NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.