PipelineBuffer.GetUInt64(Int32) メソッド

定義

重要

この API は CLS 準拠ではありません。

バッファー列に格納されている ulong 値を取得します。

public:
 System::UInt64 GetUInt64(int columnIndex);
[System.CLSCompliant(false)]
public ulong GetUInt64 (int columnIndex);
[<System.CLSCompliant(false)>]
member this.GetUInt64 : int -> uint64
Public Function GetUInt64 (columnIndex As Integer) As ULong

パラメーター

columnIndex
Int32

バッファー行の列のインデックスです。

戻り値

バッファー列に格納されている ulong 値。

属性

注釈

このメソッドは、Integration Services の DT_UI8 データ型で動作します。

バッファー列 DataTypeDT_UI8 ではない場合、PipelineBufferUnsupportedBufferDataTypeException を生成します。

列の値が null の場合、PipelineBufferColumnIsNullException を生成します。 null かどうかは、最初に IsNull メソッドを呼び出して確認できます。

Integration Services データ型の完全な一覧と、各型で使用するクラスのPipelineBuffer対応する Get メソッドと Set メソッドについては、「Data Flowでのデータ型の操作」を参照してください。

適用対象