IRecordSequence.ReservedBytes プロパティ

定義

派生クラスでオーバーライドされると、予約されている合計バイト数を取得します。

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

プロパティ値

このレコード シーケンス内でなされたすべての予約の合計サイズ。

例外

シーケンスが破棄された後にプロパティがアクセスされました。

適用対象