Поделиться через


Метод IDTSBuffer100.AddBLOBData

Appends byte data to a column in an IDTSBuffer100.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Sub AddBLOBData ( _
    hRow As Integer, _
    hCol As Integer, _
    ByRef lpData As Byte, _
    dwLength As UInteger _
)
'Применение
Dim instance As IDTSBuffer100 
Dim hRow As Integer 
Dim hCol As Integer 
Dim lpData As Byte 
Dim dwLength As UInteger

instance.AddBLOBData(hRow, hCol, lpData, _
    dwLength)
void AddBLOBData(
    int hRow,
    int hCol,
    ref byte lpData,
    uint dwLength
)
void AddBLOBData(
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] unsigned char% lpData, 
    [InAttribute] unsigned int dwLength
)
abstract AddBLOBData : 
        hRow:int * 
        hCol:int * 
        lpData:byte byref * 
        dwLength:uint32 -> unit
function AddBLOBData(
    hRow : int, 
    hCol : int, 
    lpData : byte, 
    dwLength : uint
)

Параметры

  • lpData
    Тип: System.Byte%
    A pointer to the bytes that are written to the column.

Замечания

This method is used to append an array of bytes to the column specified by the hCol parameter.

См. также

Справочник

IDTSBuffer100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper