다음을 통해 공유


EventLogInformation.RecordCount 속성

정의

이벤트 로그의 이벤트 레코드 개수를 가져옵니다.

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

속성 값

이벤트 로그의 이벤트 레코드 개수를 나타내는 long 값을 반환합니다. 이 값은 null일 수 있습니다.

적용 대상

추가 정보