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