IDTSRuntimeComponent100.ReferenceTracker Propriété
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:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSObjectReferenceTracker100 ^ ReferenceTracker { void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSObjectReferenceTracker100 ^ value); };
[System.Runtime.InteropServices.DispId(24)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSObjectReferenceTracker100 ReferenceTracker { [System.Runtime.InteropServices.DispId(24)] set; }
[<System.Runtime.InteropServices.DispId(24)>]
[<set: System.Runtime.InteropServices.DispId(24)>]
member this.ReferenceTracker : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSObjectReferenceTracker100
Public Property ReferenceTracker As IDTSObjectReferenceTracker100
Valeur de propriété
L'interface IDTSObjectReferenceTracker100.
- Attributs
Remarques
Le ReferenceTracker fournit une analyse d’impact pour le moteur d’exécution SSIS. Les composants enregistrent les variables et connexions utilisées par le composant. Si un autre objet dans le package tente de supprimer la variable ou la connexion référencée par le composant, le système peut vérifier que la variable ou la connexion est utilisée par le composant, et afficher cette information.