PipelineComponent.ReferenceTracker Property

Definition

Important

This API is not CLS-compliant.

Gets the IDTSObjectReferenceTracker100 associated with the component.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ ReferenceTracker { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 ReferenceTracker { get; }
[<System.CLSCompliant(false)>]
member this.ReferenceTracker : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
Public ReadOnly Property ReferenceTracker As IDTSObjectReferenceTracker100

Property Value

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 tries to delete the variable or the connection referenced by the component, the system can verify that the variable or connection is used by the component, and displays the information.

Attributes

Applies to