Condividi tramite


IDTSRuntimeComponent100.ReferenceTracker Proprietà

Definizione

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

Valore della proprietà

Interfaccia IDTSObjectReferenceTracker100.

Attributi

Commenti

ReferenceTracker fornisce l'analisi dell'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 utilizzata dal componente e visualizzare queste informazioni.

Si applica a