IRecordSequence.ReservedBytes プロパティ

定義

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

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

プロパティ値

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

例外

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

適用対象