IDTSBufferManager100.GetBLOBObject(IDTSBLOBObject100) Method

Definition

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

public:
 void GetBLOBObject(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBLOBObject100 ^ % ppNewObject);
[System.Runtime.InteropServices.DispId(130)]
public void GetBLOBObject (ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBLOBObject100 ppNewObject);
[<System.Runtime.InteropServices.DispId(130)>]
abstract member GetBLOBObject : IDTSBLOBObject100 -> unit
Public Sub GetBLOBObject (ByRef ppNewObject As IDTSBLOBObject100)

Parameters

ppNewObject
IDTSBLOBObject100

The newly created IDTSBLOBObject100 object.

Attributes

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.

Applies to