Método GetBLOBObject

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

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

Sintaxe

public virtual void GetBLOBObject(
    ref IDTSBLOBObject100 ppNewObject
)

Parâmetros

Implementa

IDTSBufferManager100. . :: . .GetBLOBObject(IDTSBLOBObject100%)

Comentários

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.