IDTSComponentView100 接口

定义

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
属性

注解

GetComponentView 方法检索数据流组件的 IDTSComponentView100 接口的实例。 获取 IDTSComponentView100 后,可以使用 Commit 或 Cancel 方法提交或回滚对 IDTSComponentMetaData100 的更改。

SQL Server Data Tools (SSDT) 使用此接口允许用户取消对数据流组件的编辑。

方法

Cancel()
Commit()

适用于