IDTSComponentView100 Interface
Allows changes to the IDTSComponentMetaData100 of a data flow component to be rolled back.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16")> _
Public Interface IDTSComponentView100
[TypeLibTypeAttribute(4160)]
[GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16")]
public interface IDTSComponentView100
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"65D3214F-3E88-4D3E-B062-C18347848B16")]
public interface class IDTSComponentView100
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16") */
public interface IDTSComponentView100
TypeLibTypeAttribute(4160)
GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16")
public interface IDTSComponentView100
Remarks
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 methods.
Business Intelligence Development Studio uses this interface to allow users to cancel edits to data flow components.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.