IDTSRuntimeComponent100.ReferenceTracker Propiedad

Definición

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

Valor de propiedad

La interfaz IDTSObjectReferenceTracker100.

Atributos

Comentarios

ReferenceTracker proporciona análisis de impacto para el motor en tiempo de ejecución de SSIS. Los componentes registran las variables y las conexiones utilizadas por el componente. Si otro objeto del paquete intenta eliminar la variable o conexión a la que hace referencia el componente, el sistema puede comprobar que el componente usa la variable o la conexión y mostrar esta información.

Se aplica a