Méthode IDTSManagedComponentWrapper100.AddBLOBData
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Adds BLOB data for the IDTSManagedComponentWrapper100.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub AddBLOBData ( _
pIDTSBuffer As IDTSBuffer100, _
hRow As Integer, _
hCol As Integer, _
ByRef ppsaData As Byte() _
)
'Utilisation
Dim instance As IDTSManagedComponentWrapper100
Dim pIDTSBuffer As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim ppsaData As Byte()
instance.AddBLOBData(pIDTSBuffer, hRow, _
hCol, ppsaData)
void AddBLOBData(
IDTSBuffer100 pIDTSBuffer,
int hRow,
int hCol,
ref byte[] ppsaData
)
void AddBLOBData(
[InAttribute] IDTSBuffer100^ pIDTSBuffer,
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] array<unsigned char>^% ppsaData
)
abstract AddBLOBData :
pIDTSBuffer:IDTSBuffer100 *
hRow:int *
hCol:int *
ppsaData:byte[] byref -> unit
function AddBLOBData(
pIDTSBuffer : IDTSBuffer100,
hRow : int,
hCol : int,
ppsaData : byte[]
)
Paramètres
- pIDTSBuffer
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100
The DTS buffer.
- hRow
Type : System.Int32
The rows.
- hCol
Type : System.Int32
The column.
- ppsaData
Type : array<System.Byte[]%
The BLOB data.