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
)
매개 변수
- lpData
유형: System. . :: . .Byte%
A pointer to the bytes to add to the IDTSBLOBObject100.
- dwLength
유형: System. . :: . .UInt32
The number of bytes.