次の方法で共有


IDTSBuffer100.SetBLOBFromObject メソッド

IDTSBLOBObject100 に含まれているデータを IDTSBuffer100 の列に割り当てます。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Sub SetBLOBFromObject ( _
    hRow As Integer, _
    hCol As Integer, _
    pIDTSBLOBObject As IDTSBLOBObject100 _
)
'使用
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim pIDTSBLOBObject As IDTSBLOBObject100

instance.SetBLOBFromObject(hRow, hCol, _
    pIDTSBLOBObject)
void SetBLOBFromObject(
    int hRow,
    int hCol,
    IDTSBLOBObject100 pIDTSBLOBObject
)
void SetBLOBFromObject(
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] IDTSBLOBObject100^ pIDTSBLOBObject
)
abstract SetBLOBFromObject : 
        hRow:int * 
        hCol:int * 
        pIDTSBLOBObject:IDTSBLOBObject100 -> unit
function SetBLOBFromObject(
    hRow : int, 
    hCol : int, 
    pIDTSBLOBObject : IDTSBLOBObject100
)

パラメーター

説明

このメソッドは、IDTSBLOBObject100 に格納されているデータを、hCol パラメーターで指定した列に書き込みます。

関連項目

参照

IDTSBuffer100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間