DTSBufferManagerClass.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:
virtual void GetBLOBObject(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBLOBObject100 ^ % ppNewObject) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100::GetBLOBObject;
public virtual void GetBLOBObject (ref Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBLOBObject100 ppNewObject);
abstract member GetBLOBObject : IDTSBLOBObject100 -> unit
override this.GetBLOBObject : IDTSBLOBObject100 -> unit
Public Overridable Sub GetBLOBObject (ByRef ppNewObject As IDTSBLOBObject100)
Parameters
- ppNewObject
- IDTSBLOBObject100
Implements
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.