言語

IDTSBuffer100.IsNull(Int32, Int32, Boolean) メソッド

定義

指定された列がnullかどうかをチェックします。

public:
 void IsNull(int hRow, int hCol, [Runtime::InteropServices::Out] bool % pfNull);
public void IsNull(int hRow, int hCol, out bool pfNull);
abstract member IsNull : int * int * bool -> unit
Public Sub IsNull (hRow As Integer, hCol As Integer, ByRef pfNull As Boolean)

パラメーター

hRow
Int32

列の取っ手だ。

hCol
Int32

柱の柄だ。

pfNull
Boolean

列の値がnullかどうかを示す out パラメータです。

注釈

この方法は、バッファ列に保存されたデータがnullか空かをチェックします。 マネージドデータフローコンポーネント開発者はこのメソッドを呼び出すのではなく、マネージドIsNullクラスのPipelineBufferメソッドを使用します。

適用対象