次の方法で共有


IDTSManagedComponentWrapper100.AddBLOBDataLen メソッド

定義

IDTSManagedComponentWrapper100 の BLOB データを追加します。

public:
 void AddBLOBDataLen(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBuffer100 ^ pIDTSBuffer, int hRow, int hCol, cli::array <System::Byte> ^ % ppsaData, System::UInt32 dwCount);
public void AddBLOBDataLen (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100 pIDTSBuffer, int hRow, int hCol, ref byte[] ppsaData, uint dwCount);
abstract member AddBLOBDataLen : Microsoft.SqlServer.Dts.Pipeline.Wrapper.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)

パラメーター

pIDTSBuffer
IDTSBuffer100

DTS バッファーです。

hRow
Int32

行です。

hCol
Int32

列です。

ppsaData
Byte[]

BLOB データです。

dwCount
UInt32

データの数です。

適用対象