PipelineBuffer.GetUInt32(Int32) 方法

定义

重要

此 API 不符合 CLS。

获取存储在缓冲区列中的 UInt32 值。

public:
 System::UInt32 GetUInt32(int columnIndex);
[System.CLSCompliant(false)]
public uint GetUInt32 (int columnIndex);
[<System.CLSCompliant(false)>]
member this.GetUInt32 : int -> uint32
Public Function GetUInt32 (columnIndex As Integer) As UInteger

参数

columnIndex
Int32

缓冲区行中列的索引。

返回

存储在缓冲区列中的 UInt32 值。

属性

注解

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

如果缓冲区列DataType不是,则PipelineBuffer生成一个 UnsupportedBufferDataTypeExceptionDT_UI4

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

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

适用于