IDTSBufferManager100.GetBLOBObject Method (IDTSBLOBObject100)

 

Applies To: SQL Server 2016 Preview

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

[DispIdAttribute(130)]
void GetBLOBObject(
    ref IDTSBLOBObject100 ppNewObject
)
[DispIdAttribute(130)]
void GetBLOBObject(
    IDTSBLOBObject100^% ppNewObject
)
[<DispIdAttribute(130)>]
abstract GetBLOBObject : 
        ppNewObject:IDTSBLOBObject100 byref -> unit
<DispIdAttribute(130)>
Sub GetBLOBObject (
    ByRef ppNewObject As 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

IDTSBufferManager100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top