IDTSManagedComponentWrapper100.AddBLOBDataLen 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 AddBLOBDataLen(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, cli::array <System::Byte> ^ % ppsaData, System::UInt32 dwCount);
public void AddBLOBDataLen (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, ref byte[] ppsaData, uint dwCount);
abstract member AddBLOBDataLen : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBuffer100 * int * int * Byte[] * uint32 -> unit
Public Sub AddBLOBDataLen (pIDTSBuffer As IDTSBuffer100, hRow As Integer, hCol As Integer, ByRef ppsaData As Byte(), dwCount As UInteger)
Parameters
- pIDTSBuffer
- IDTSBuffer100
- hRow
- Int32
- hCol
- Int32
- ppsaData
- Byte[]
- dwCount
- UInt32