FileRecordSequence.ReservedBytes 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已保留的字节总数。
public:
 property long ReservedBytes { long get(); };public long ReservedBytes { get; }member this.ReservedBytes : int64Public ReadOnly Property ReservedBytes As Long属性值
此记录序列中做出的所有预留的总大小。
实现
例外
该属性是在序列已释放之后访问的。