IDTSComponentView100.Cancel 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.
Cancels changes to the IDTSComponentMetaData100 of a data flow component.
public:
void Cancel();
[System.Runtime.InteropServices.DispId(102)]
public void Cancel ();
[<System.Runtime.InteropServices.DispId(102)>]
abstract member Cancel : unit -> unit
Public Sub Cancel ()
- Attributes
Remarks
Reverts any changes that were made to the IDTSComponentMetaData100 after GetComponentView was called.