PipelineBuffer.GetUInt16(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
获取存储在缓冲区列中的 ushort 值。
public:
System::UInt16 GetUInt16(int columnIndex);
[System.CLSCompliant(false)]
public ushort GetUInt16 (int columnIndex);
[<System.CLSCompliant(false)>]
member this.GetUInt16 : int -> uint16
Public Function GetUInt16 (columnIndex As Integer) As UShort
参数
- columnIndex
- Int32
缓冲区行中列的索引。
返回
存储在缓冲区列中的 ushort。
- 属性
注解
此方法适用于 DT_UI2 Integration Services 中的数据类型。
如果缓冲区列DataType不是,则PipelineBuffer生成一个 UnsupportedBufferDataTypeExceptionDT_UI2。
如果列的值为 null,则 PipelineBuffer 生成一个 ColumnIsNullException。 可以通过调用 IsNull 该方法来检查 null。
有关 Integration Services 数据类型的完整列表以及用于每种类型的类的相应Get
和Set
方法PipelineBuffer,请参阅数据流中的“处理数据类型”。