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,可以透過 or Cancel 方法提交或回滾CommitIDTSComponentMetaData100變更。

SQL Server Data Tools(SSDT)使用此介面,允許使用者取消對資料流元件的編輯。

方法

名稱 Description
Cancel()
Commit()

適用於