IDTSComponentView100.Commit Method

Definition

Commits changes to the IDTSComponentMetaData100 of a data flow component.

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

Remarks

Commits any changes that were made to the IDTSComponentMetaData100 after the GetComponentView method was called.

Applies to