AddBLOBData 方法
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Sub AddBLOBData ( _
pIDTSBuffer As IDTSBuffer100, _
hRow As Integer, _
hCol As Integer, _
ByRef ppsaData As Byte() _
)
用法
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[]
)
参数
- hRow
类型:System. . :: . .Int32
- hCol
类型:System. . :: . .Int32
- ppsaData
类型:array<System. . :: . .Byte> [] () [] []%