IRecordSequence.MaximumRecordLength 속성

정의

파생 클래스에서 재정의되는 경우 이 시퀀스에서 추가하거나 읽을 수 있는 가장 큰 레코드의 크기(바이트)를 가져옵니다.

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

속성 값

Int64

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

예외

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

적용 대상