IDTSRuntimeComponent100.ReferenceTracker Property
Sets the IDTSObjectReferenceTracker100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(24)> _
WriteOnly Property ReferenceTracker As IDTSObjectReferenceTracker100
[DispIdAttribute(24)]
IDTSObjectReferenceTracker100 ReferenceTracker { set; }
[DispIdAttribute(24)]
property IDTSObjectReferenceTracker100^ ReferenceTracker {
void set ([InAttribute] IDTSObjectReferenceTracker100^ A_1);
}
/** @property */
/** @attribute DispIdAttribute(24) */
void set_ReferenceTracker (/** @attribute InAttribute() */ IDTSObjectReferenceTracker100 A_1)
DispIdAttribute(24)
function set ReferenceTracker (A_1 : IDTSObjectReferenceTracker100)
Property Value
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.