IDTSComponentView100 Schnittstelle

Definition

Ermöglicht, dass für Änderungen an IDTSComponentMetaData100 einer Datenflusskomponente ein Rollback ausgeführt wird.

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
Attribute

Hinweise

Die GetComponentView Methode ruft eine Instanz der IDTSComponentView100 Schnittstelle für eine Datenflusskomponente ab. Nachdem die Datei abgerufen wurde, können Änderungen an dem IDTSComponentView100IDTSComponentMetaData100 Commit oder Rollback mithilfe der Commit Methoden Cancel oder Methoden übernommen oder zurückgesetzt werden.

SQL Server Data Tools (SSDT) verwendet diese Schnittstelle, um Benutzern das Abbrechen von Bearbeitungen an Datenflusskomponenten zu ermöglichen.

Methoden

Cancel()

Bricht Änderungen an IDTSComponentMetaData100 einer Datenflusskomponente ab.

Commit()

Führt einen Commit für Änderungen an IDTSComponentMetaData100 einer Datenflusskomponente aus.

Gilt für: