IDTSBLOBObject100.AddData(Byte, UInt32) 메서드

정의

public:
 void AddData(System::Byte % lpData, System::UInt32 dwLength);
[System.Runtime.InteropServices.DispId(104)]
public void AddData (ref byte lpData, uint dwLength);
[<System.Runtime.InteropServices.DispId(104)>]
abstract member AddData : byte * uint32 -> unit
Public Sub AddData (ByRef lpData As Byte, dwLength As UInteger)

매개 변수

lpData
Byte
dwLength
UInt32
특성

설명

이 메서드는 개체에 지정된 lpDataIDTSBLOBObject100 바이트를 추가합니다.

적용 대상