PipelineBuffer.SetUInt32(Int32, UInt32) 方法

定义

重要

此 API 不符合 CLS。

将 32 位无符号整数赋给缓冲区列。

public:
 void SetUInt32(int columnIndex, System::UInt32 value);
[System.CLSCompliant(false)]
public void SetUInt32 (int columnIndex, uint value);
[<System.CLSCompliant(false)>]
member this.SetUInt32 : int * uint32 -> unit
Public Sub SetUInt32 (columnIndex As Integer, value As UInteger)

参数

columnIndex
Int32

缓冲区行中列的索引。

value
UInt32

赋给缓冲区列的值。

属性

注解

该方法 SetUInt32 将无符号 32 位整数分配给参数指定的 columnIndex 缓冲区列。

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

如果分配给缓冲区列的值不是 32 位整数,或者缓冲区列 DataType 不是 DT_UI4UnsupportedBufferDataTypeException 则会发生。

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

适用于