IDTSManagedComponentHost100.HostReferenceTracker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the reference tracker instance of the host.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ HostReferenceTracker { void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSObjectReferenceTracker100 ^ value); };
[System.Runtime.InteropServices.DispId(1610678313)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100 HostReferenceTracker { set; }
[<System.Runtime.InteropServices.DispId(1610678313)>]
member this.HostReferenceTracker : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSObjectReferenceTracker100
Public Property HostReferenceTracker As IDTSObjectReferenceTracker100
Property Value
The reference tracker instance of the host.
- Attributes