IDTSRuntimeComponent100.ReferenceTracker Proprietà

Definizione

Imposta l'oggetto IDTSObjectReferenceTracker100.

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

Valore della proprietà

Interfaccia IDTSObjectReferenceTracker100.

Attributi

Commenti

ReferenceTracker fornisce l'analisi di impatto per il motore di runtime SSIS. I componenti registrano le variabili e le connessioni utilizzate dal componente. Se un altro oggetto nel pacchetto tenta di eliminare la variabile o la connessione a cui fa riferimento il componente, il sistema può verificare che la variabile o la connessione venga usata dal componente e visualizzare queste informazioni.

Si applica a