IDTSComponentView100.Cancel Method

Definition

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.

Applies to