Bagikan melalui


IDTSBufferManager100.GetBLOBObject Method

Creates an IDTSBLOBObject100 that is used to manipulate binary large objects (BLOBs).

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

Syntax

'Declaration
Sub GetBLOBObject ( _
    ByRef ppNewObject As IDTSBLOBObject100 _
)
'Usage
Dim instance As IDTSBufferManager100 
Dim ppNewObject As IDTSBLOBObject100

instance.GetBLOBObject(ppNewObject)
void GetBLOBObject(
    ref IDTSBLOBObject100 ppNewObject
)
void GetBLOBObject(
    IDTSBLOBObject100^% ppNewObject
)
abstract GetBLOBObject : 
        ppNewObject:IDTSBLOBObject100 byref -> unit
function GetBLOBObject(
    ppNewObject : IDTSBLOBObject100
)

Parameters

Remarks

This method is called to create an instance of the IDTSBLOBObject100. This object is used when working with columns in an IDTSBuffer100 that contain BLOB data, such as columns whose DataType is DT_IMAGE.

See Also

Reference

IDTSBufferManager100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace