IDTSBLOBObject100.ResetData Method

Definition

Empties the bytes stored by an IDTSBLOBObject100.

public:
 void ResetData();
[System.Runtime.InteropServices.DispId(103)]
public void ResetData ();
[<System.Runtime.InteropServices.DispId(103)>]
abstract member ResetData : unit -> unit
Public Sub ResetData ()
Attributes

Remarks

This method deletes the bytes stored by the IDTSBLOBObject100. If the bytes are stored in memory, the memory is freed; if a file has been created, it is deleted.

Applies to