IDTSRuntimeComponent100.ReferenceTracker Property

 

Applies To: SQL Server 2016 Preview

Sets the IDTSObjectReferenceTracker100.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(24)]
IDTSObjectReferenceTracker100 ReferenceTracker {
    [DispIdAttribute(24)]
    set;
}
[DispIdAttribute(24)]
property IDTSObjectReferenceTracker100^ ReferenceTracker {
    [DispIdAttribute(24)]
    void set(IDTSObjectReferenceTracker100^ value);
}
[<DispIdAttribute(24)>]
abstract ReferenceTracker : IDTSObjectReferenceTracker100 with set
<DispIdAttribute(24)>
WriteOnly Property ReferenceTracker As IDTSObjectReferenceTracker100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100

The IDTSObjectReferenceTracker100 interface.

Remarks

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.

See Also

IDTSRuntimeComponent100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top