Share via


IDTSBuffer100.SetBLOBFromObject Method

Assigns the data contained in an IDTSBLOBObject100 to a column in an IDTSBuffer100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub SetBLOBFromObject ( _
    hRow As Integer, _
    hCol As Integer, _
    pIDTSBLOBObject As IDTSBLOBObject100 _
)
'Usage
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
)

Parameters

Remarks

This method writes the data stored in the IDTSBLOBObject100 to the column specified by the hCol parameter.

See Also

Reference

IDTSBuffer100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace