IDTSComponentView100 接口

定义

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("A0AE040A-BCC2-4633-9289-DA589E2E8EB8")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("A0AE040A-BCC2-4633-9289-DA589E2E8EB8")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
属性

注解

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

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

方法

名称 说明
Cancel()
Commit()

适用于