IDTSComponentView100.Commit 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.
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.