PipelineBuffer.SetUInt16(Int32, UInt16) 方法

定义

重要

此 API 不符合 CLS。

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

public:
 void SetUInt16(int columnIndex, System::UInt16 value);
[System.CLSCompliant(false)]
public void SetUInt16 (int columnIndex, ushort value);
[<System.CLSCompliant(false)>]
member this.SetUInt16 : int * uint16 -> unit
Public Sub SetUInt16 (columnIndex As Integer, value As UShort)

参数

columnIndex
Int32

缓冲区行中列的索引。

value
UInt16

赋给缓冲区列的值。

属性

注解

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

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

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

有关 Integration Services 数据类型的完整列表以及用于每种类型的类的相应GetSet方法PipelineBuffer,请参阅数据流中的“处理数据类型”。

适用于