IDTSComponentView100 接口

Allows changes to the IDTSComponentMetaData100 of a data flow component to be rolled back.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16")> _
Public Interface IDTSComponentView100
用法
Dim instance As IDTSComponentView100
[GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16")]
public interface IDTSComponentView100
[GuidAttribute(L"65D3214F-3E88-4D3E-B062-C18347848B16")]
public interface class IDTSComponentView100
[<GuidAttribute("65D3214F-3E88-4D3E-B062-C18347848B16")>]
type IDTSComponentView100 =  interface end
public interface IDTSComponentView100

IDTSComponentView100 类型公开以下成员。

方法

  名称 说明
公共方法 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 methods.

Business Intelligence Development Studio uses this interface to allow users to cancel edits to data flow components.