PipelineBuffer.GetBoolean(Int32) 方法

定义

获取列中 PipelineBuffer 存储的布尔值。

public:
 bool GetBoolean(int columnIndex);
public bool GetBoolean (int columnIndex);
member this.GetBoolean : int -> bool
Public Function GetBoolean (columnIndex As Integer) As Boolean

参数

columnIndex
Int32

PipelineBuffer 行中列的索引。

返回

存储在列中的 PipelineBuffer 布尔值。

注解

此方法适用于 DT_BOOL Integration Services 中的数据类型。

如果列的值为 null,则 PipelineBuffer 生成一个 ColumnIsNullException。 可以通过调用 IsNull 该方法来检查 null。

有关 Integration Services 数据类型的完整列表以及要与每种类型一起使用的类的PipelineBuffer相应GetSet方法,请参阅数据流中的数据类型。

适用于