LogStore.Length 屬性

定義

取得記錄存放區的大小 (以位元組為單位)。

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

屬性值

記錄存放區的大小 (以位元組為單位)。

例外狀況

已在處置序列之後存取此屬性。

備註

記錄存放區的大小是延伸記錄區大小的總和。

適用於