다음을 통해 공유


OldestFirst Property

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 않도록 하고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

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

구문

object
.OldestFirst [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list

  • value
    TRUE or FALSE

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetOldestFirst(LPBOOL pRetVal);
HRESULT SetOldestFirst(BOOL NewValue);

주의

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.

Applies To: