Compartir a través de


IDTSRuntimeComponent100.ReferenceTracker Propiedad

Sets the IDTSObjectReferenceTracker100.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
WriteOnly Property ReferenceTracker As IDTSObjectReferenceTracker100 
    Set
'Uso
Dim instance As IDTSRuntimeComponent100 
Dim value As IDTSObjectReferenceTracker100

instance.ReferenceTracker = value
IDTSObjectReferenceTracker100 ReferenceTracker { set; }
property IDTSObjectReferenceTracker100^ ReferenceTracker {
    void set (IDTSObjectReferenceTracker100^ value);
}
abstract ReferenceTracker : IDTSObjectReferenceTracker100 with get, set
function set ReferenceTracker (value : IDTSObjectReferenceTracker100)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The IDTSObjectReferenceTracker100 interface.

Comentarios

The ReferenceTracker provides impact analysis for the SSIS run-time engine. Components register the variables and connections used by the component. If another object in the package attempts to delete the variable or connection referenced by the component, the system can verify that the variable or connection is used by the component, and display this information.

Vea también

Referencia

IDTSRuntimeComponent100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper