IDTSComponentView100 Interface
Allows changes to the IDTSComponentMetaData100 of a data flow component to be rolled back.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel() | Cancels changes to the IDTSComponentMetaData100 of a data flow component. |
![]() | Commit() | Commits changes to the IDTSComponentMetaData100 of a data flow component. |
The GetComponentView method retrieves an instance of the IDTSComponentView100 interface for a data flow component. After the IDTSComponentView100 is obtained, changes to the IDTSComponentMetaData100 can be committed or rolled back by using the Commit or Cancel method.
SQL Server Data Tools (SSDT) uses this interface to allow users to cancel edits to data flow components.
Show:
