IDTSManagedComponentWrapper100.AddBLOBData 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.
Adds BLOB data for the IDTSManagedComponentWrapper100.
public:
void AddBLOBData(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, cli::array <System::Byte> ^ % ppsaData);
public void AddBLOBData (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, ref byte[] ppsaData);
abstract member AddBLOBData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * int * int * Byte[] -> unit
Public Sub AddBLOBData (pIDTSBuffer As IDTSBuffer100, hRow As Integer, hCol As Integer, ByRef ppsaData As Byte())
Parameters
- pIDTSBuffer
- IDTSBuffer100
The DTS buffer.
- hRow
- Int32
The rows.
- hCol
- Int32
The column.
- ppsaData
- Byte[]
The BLOB data.