IDTSBLOBObject100.AddData(Byte, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds bytes to an IDTSBLOBObject100 object.
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)
Parameters
- lpData
- Byte
A pointer to the bytes to add to the IDTSBLOBObject100.
- dwLength
- UInt32
The number of bytes.
- Attributes
Remarks
This method appends the bytes specified by lpData
to the IDTSBLOBObject100 object.