IDTSComponentView100 Schnittstelle

Definition

Ermöglicht es, Änderungen an einer IDTSComponentMetaData100 Datenflusskomponente zurückzurollen.

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 Methode GetComponentView ruft eine Instanz der IDTSComponentView100 Schnittstelle für eine Datenflusskomponente ab. Nachdem die erhalten istIDTSComponentView100, können Änderungen an der durch IDTSComponentMetaData100 die Methoden Commit oder rückgängig Cancel gemacht oder rückgängig gemacht werden.

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

Methoden

Name Beschreibung
Cancel()

Hebt Änderungen an der IDTSComponentMetaData100 Datenflusskomponente auf.

Commit()

Commit Änderungen an der IDTSComponentMetaData100 Datenflusskomponente.

Gilt für: