IDTSBufferManager100.GetBLOBObject(IDTSBLOBObject100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetBLOBObject(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBLOBObject100 ^ % ppNewObject);
[System.Runtime.InteropServices.DispId(130)]
public void GetBLOBObject (ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBLOBObject100 ppNewObject);
[<System.Runtime.InteropServices.DispId(130)>]
abstract member GetBLOBObject : IDTSBLOBObject100 -> unit
Public Sub GetBLOBObject (ByRef ppNewObject As IDTSBLOBObject100)
Parameters
- ppNewObject
- IDTSBLOBObject100
- 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.