IDTSComponentView100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Attributs
Remarques
La GetComponentView méthode récupère une instance de l’interface IDTSComponentView100 pour un composant de flux de données. Après l’obtentionIDTSComponentView100, les modifications apportées à la IDTSComponentMetaData100 peuvent être confirmées ou annulées en utilisant les Commit méthodes ou.Cancel
SQL Server Data Tools (SSDT) utilise cette interface pour permettre aux utilisateurs d’annuler des modifications des composants du flux de données.