IDTSManagedComponentWrapper100.GetBLOBData 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.
Gets the BLOB data.
public:
cli::array <System::Byte> ^ GetBLOBData(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, System::UInt32 dwOffset, System::UInt32 dwCount);
public byte[] GetBLOBData (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, uint dwOffset, uint dwCount);
abstract member GetBLOBData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 * int * int * uint32 * uint32 -> byte[]
Public Function GetBLOBData (pIDTSBuffer As IDTSBuffer100, hRow As Integer, hCol As Integer, dwOffset As UInteger, dwCount As UInteger) As Byte()
Parameters
- pIDTSBuffer
- IDTSBuffer100
The DTS buffer.
- hRow
- Int32
The row.
- hCol
- Int32
The column.
- dwOffset
- UInt32
The offset.
- dwCount
- UInt32
The number of data.
Returns
Byte[]
The BLOB data.