IDTSObjectReferenceTracker100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see ObjectReferenceTracker.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("BC66AA4F-61D1-4E9B-B2C0-8D26778C199A")> _
Public Interface IDTSObjectReferenceTracker100
'Usage
Dim instance As IDTSObjectReferenceTracker100
[GuidAttribute("BC66AA4F-61D1-4E9B-B2C0-8D26778C199A")]
public interface IDTSObjectReferenceTracker100
[GuidAttribute(L"BC66AA4F-61D1-4E9B-B2C0-8D26778C199A")]
public interface class IDTSObjectReferenceTracker100
[<GuidAttribute("BC66AA4F-61D1-4E9B-B2C0-8D26778C199A")>]
type IDTSObjectReferenceTracker100 =  interface end
public interface IDTSObjectReferenceTracker100

The IDTSObjectReferenceTracker100 type exposes the following members.

Methods

  Name Description
Public method AddReference Infrastructure. For more information, see ObjectReferenceTracker.
Public method DestroyList Infrastructure. For more information, see ObjectReferenceTracker.
Public method RemoveReference Infrastructure. For more information, see ObjectReferenceTracker.
Public method SetListInfo Infrastructure. For more information, see ObjectReferenceTracker.

Top