IDTSBLOBObject100.AddData(Byte, UInt32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menambahkan byte ke IDTSBLOBObject100 objek.
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)
Parameter
- lpData
- Byte
Penunjuk ke byte untuk ditambahkan ke IDTSBLOBObject100.
- dwLength
- UInt32
Jumlah byte.
- Atribut
Keterangan
Metode ini menambahkan byte yang ditentukan oleh lpData ke IDTSBLOBObject100 objek .