IDTSRuntimeComponent100.ReferenceTracker Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.