PipelineBuffer.GetSingle(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取存储在 PipelineBuffer 列中的 float 值。
public:
float GetSingle(int columnIndex);
public float GetSingle (int columnIndex);
member this.GetSingle : int -> single
Public Function GetSingle (columnIndex As Integer) As Single
参数
- columnIndex
- Int32
缓冲区行中列的索引。
返回
包含在 PipelineBuffer 列中的 float 值。
注解
此方法适用于 DT_R4 Integration Services 中的数据类型。
如果列的值为 null,则 PipelineBuffer 生成一个 ColumnIsNullException。 可以通过在访问列数据之前调用 IsNull 该方法来检查 null。
有关 Integration Services 数据类型的完整列表以及要与每种类型一起使用的类的PipelineBuffer相应Get
和Set
方法,请参阅数据流中的数据类型。