言語

IDTSManagedComponentWrapper100.GetBLOBData メソッド

定義

BLOBデータを取得します。

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()

パラメーター

pIDTSBuffer
IDTSBuffer100

DTSバッファです。

hRow
Int32

騒ぎ。

hCol
Int32

列。

dwOffset
UInt32

オフセット。

dwCount
UInt32

データ量。

返品

Byte[]

BLOBのデータ。

適用対象