IDTSManagedComponentWrapper100.GetBLOBData 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
cli::array <System::Byte> ^ GetBLOBData(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, System::UInt32 dwOffset, System::UInt32 dwCount);
public byte[] GetBLOBData (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, uint dwOffset, uint dwCount);
abstract member GetBLOBData : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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()
參數
- pIDTSBuffer
- IDTSBuffer100
- hRow
- Int32
- hCol
- Int32
- dwOffset
- UInt32
- dwCount
- UInt32
傳回
- Byte[]
BLOB 資料。