言語

PipelineBuffer.GetDecimal(Int32) メソッド

定義

PipelineBuffer列に格納された小数点の数値を取得します。

public:
 System::Decimal GetDecimal(int columnIndex);
public decimal GetDecimal(int columnIndex);
member this.GetDecimal : int -> decimal
Public Function GetDecimal (columnIndex As Integer) As Decimal

パラメーター

columnIndex
Int32

PipelineBuffer行の列のインデックスです。

返品

PipelineBuffer行に格納された小数点の数値。

注釈

この方法は以下の統合サービスデータ型で動作します:

列の値がnullの場合、 PipelineBufferColumnIsNullExceptionを生成します。 IsNullメソッドを呼び出すことでnullの有無を確認できます。

統合サービスのデータ型の完全なリストと、各タイプで使用するPipelineBufferクラスの対応するGetSetメソッドについては、Data Flowの「データ型の操作」を参照してください。

適用対象