Partager via


IDTSRuntimeComponent100.ReferenceTracker Propriété

Définition

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSObjectReferenceTracker100 ^ ReferenceTracker {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSObjectReferenceTracker100 ^ value); };
[System.Runtime.InteropServices.DispId(24)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.IDTSObjectReferenceTracker100
Public Property ReferenceTracker As IDTSObjectReferenceTracker100

Valeur de propriété

Interface IDTSObjectReferenceTracker100.

Attributs

Remarques

ReferenceTracker fournit une analyse d’impact pour le moteur d’exécution SSIS. Les composants enregistrent les variables et les connexions utilisées par le composant. Si un autre objet du 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 ces informations.

S’applique à