IDTSRuntimeComponent100.ReferenceTracker Propiedad

Definición

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

Valor de propiedad

Interfaz IDTSObjectReferenceTracker100.

Atributos

Comentarios

El ReferenceTracker proporciona análisis de impacto para el motor de ejecución SSIS. Los componentes registran las variables y conexiones que utiliza el componente. Si otro objeto en el paquete intenta eliminar la variable o conexión referenciada por el componente, el sistema puede verificar que la variable o conexión es utilizada por el componente y mostrar esta información.

Se aplica a