Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the reference tracker instance of the host.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
WriteOnly Property HostReferenceTracker As IDTSObjectReferenceTracker100
Set
'Usage
Dim instance As IDTSManagedComponentHost100
Dim value As IDTSObjectReferenceTracker100
instance.HostReferenceTracker = value
IDTSObjectReferenceTracker100 HostReferenceTracker { set; }
property IDTSObjectReferenceTracker100^ HostReferenceTracker {
void set (IDTSObjectReferenceTracker100^ value);
}
abstract HostReferenceTracker : IDTSObjectReferenceTracker100 with get, set
function set HostReferenceTracker (value : IDTSObjectReferenceTracker100)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
The reference tracker instance of the host.