PipelineBuffer.SetNull メソッド
バッファー列に nullNULL 参照 (Visual Basic では Nothing) を割り当てます。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Sub SetNull ( _
columnIndex As Integer _
)
'使用
Dim instance As PipelineBuffer
Dim columnIndex As Integer
instance.SetNull(columnIndex)
public void SetNull(
int columnIndex
)
public:
void SetNull(
int columnIndex
)
member SetNull :
columnIndex:int -> unit
public function SetNull(
columnIndex : int
)
パラメーター
- columnIndex
型: System.Int32
バッファー行の列のインデックスです。
説明
SetNull メソッドは、columnIndex パラメーターで指定されたバッファー列に nullNULL 参照 (Visual Basic では Nothing) を割り当てます。
このメソッドは、Integration Services の DT_NULL データ型に有効です。
SetNull メソッドを使用すると、BLOB データ型以外の型の列に NULL 値を挿入できます。
Integration Services のデータ型と、それぞれのデータ型に対して使用する、PipelineBuffer クラスの対応する Get メソッドおよび Set メソッドの一覧については、「データ フロー内のデータ型の処理」を参照してください。