IDTSComponentView100 Interface

Définition

public interface class IDTSComponentView100
[System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentView100
[<System.Runtime.InteropServices.Guid("E0C973CF-9FB8-45D7-971D-0666F55C0F4C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentView100 = interface
Public Interface IDTSComponentView100
Attributs

Remarques

La méthode GetComponentView récupère une instance de l’interface IDTSComponentView100 pour un composant de flux de données. Une fois l’IDTSComponentView100 obtenu, les modifications apportées à IDTSComponentMetaData100 peuvent être validées ou restaurées à l’aide de la méthode Commit ou Cancel.

SQL Server Data Tools (SSDT) utilise cette interface pour permettre aux utilisateurs d’annuler les modifications des composants de flux de données.

Méthodes

Cancel()
Commit()

S’applique à