다음을 통해 공유


AddData 메서드

Adds bytes to an IDTSBLOBObject100 object.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Sub AddData ( _
    ByRef lpData As Byte, _
    dwLength As UInteger _
)
‘사용 방법
Dim instance As IDTSBLOBObject100
Dim lpData As Byte
Dim dwLength As UInteger

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

매개 변수

주의

This method appends the bytes specified by lpData to the IDTSBLOBObject100 object.