다음을 통해 공유


EventLogInformation.OldestRecordNumber 속성

정의

이벤트 로그에서 가장 오래된 이벤트 레코드의 번호를 가져옵니다.

public:
 property Nullable<long> OldestRecordNumber { Nullable<long> get(); };
public long? OldestRecordNumber { get; }
member this.OldestRecordNumber : Nullable<int64>
Public ReadOnly Property OldestRecordNumber As Nullable(Of Long)

속성 값

이벤트 로그에서 가장 오래된 이벤트 레코드의 번호를 나타내는 long 값을 반환합니다. 이 값은 null일 수 있습니다.

적용 대상

추가 정보