Metodo IDTSBufferManager100.GetBLOBObject

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub GetBLOBObject ( _
    ByRef ppNewObject As IDTSBLOBObject100 _
)
'Utilizzo
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
)

Parametri

Osservazioni

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.

Vedere anche

Riferimento

IDTSBufferManager100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper