IDTSBLOBObject100.ResetData 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.
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.