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,可以使用或Cancel方法提交或回滚Commit对更改IDTSComponentMetaData100

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

方法

Cancel()
Commit()

适用于