FileRecordSequence.MaximumRecordLength 속성

정의

이 시퀀스에 추가하거나 읽을 수 있는 가장 큰 레코드의 크기(바이트)를 가져옵니다.

public:
 property long MaximumRecordLength { long get(); };
public long MaximumRecordLength { get; }
member this.MaximumRecordLength : int64
Public ReadOnly Property MaximumRecordLength As Long

속성 값

이 시퀀스에서 추가하거나 읽을 수 있는 가장 큰 레코드의 크기(바이트)입니다.

구현

예외

시퀀스가 삭제된 후 속성에 액세스한 경우

적용 대상