PipelineBuffer.GetDecimal(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取存储在列 PipelineBuffer 中的小数值。
public:
System::Decimal GetDecimal(int columnIndex);
public decimal GetDecimal(int columnIndex);
member this.GetDecimal : int -> decimal
Public Function GetDecimal (columnIndex As Integer) As Decimal
参数
- columnIndex
- Int32
行中 PipelineBuffer 列的索引。
返回
存储在行 PipelineBuffer 中的十进制值。
注解
该方法适用于以下集成服务数据类型:
如果列的值为空,则 PipelineBuffer 产生一个 ColumnIsNullException。 你可以通过调用方法 IsNull 来检查 null。
有关集成服务数据类型的完整列表以及该类中用于各类型的对应Get和Set方法PipelineBuffer,请参见“在数据流中与数据类型工作”。