IDTSComponentView100 インターフェイス

定義

ロールバックされるデータ フロー コンポーネントの IDTSComponentMetaData100 の変更を許可します。

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("1CC22660-E4D5-46EB-B662-59ADA7319105")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D48794E2-CF9F-4228-B6DD-179ABF0E6E5D")]
public interface IDTSComponentView100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D7B618FD-C36D-4BF7-83D7-CA1F51485120")]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("1CC22660-E4D5-46EB-B662-59ADA7319105")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D48794E2-CF9F-4228-B6DD-179ABF0E6E5D")>]
type IDTSComponentView100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D7B618FD-C36D-4BF7-83D7-CA1F51485120")>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
属性

注釈

GetComponentView メソッドは、データ フロー コンポーネントの IDTSComponentView100 インターフェイスのインスタンスを取得します。 IDTSComponentView100 を取得した後、IDTSComponentMetaData100 に対する変更は、Commit メソッドまたは Cancel メソッドを使用して、コミットまたはロールバックすることができます。

SQL Server Data Tools (SSDT) は、このインターフェイスを使用して、ユーザーがデータ フロー コンポーネントの編集を取り消せるようにします。

メソッド

Cancel()

データ フロー コンポーネントの IDTSComponentMetaData100 に対する変更を取り消します。

Commit()

データ フロー コンポーネントの IDTSComponentMetaData100 に対する変更をコミットします。

適用対象