다음을 통해 공유


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 네임스페이스