点击或拖拽改变大小

IBlobData 属性

X#

IBlobData 类型公开以下成员。

属性
  名称说明
公共属性Data
Data to write to the blob file. This can be a BYTE[] but also other values. At this moment the FPT RDD supports BYTE[], String, Logic Other value types may follow later
公共属性Length
Length of the data to write or return. Defaults to all data
公共属性Pointer
Pointer for which to write or return the data
公共属性Start
Start of the data to write or return. Defaults to 0
Top
参见