指定した列が null であるかどうかをチェックします。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
Sub IsNull ( _
<InAttribute> hRow As Integer, _
<InAttribute> hCol As Integer, _
<InAttribute> <OutAttribute> ByRef pfNull As Boolean _
)
void IsNull (
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] out bool pfNull
)
void IsNull (
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] [OutAttribute] bool% pfNull
)
void IsNull (
/** @attribute InAttribute() */ int hRow,
/** @attribute InAttribute() */ int hCol,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean pfNull
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- hRow
行のハンドルです。
- hCol
列のハンドルです。
- pfNull
列の値が null であるかどうかを示す out パラメータです。
解説
このメソッドは、バッファ列に格納されたデータが null または空であるかどうかをチェックします。マネージ データ フロー コンポーネントの開発者はこのメソッドを呼び出さず、代わりにマネージ PipelineBuffer クラスの IsNull メソッドを使用します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace