IDTSObjectReferenceTracker100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Provides an interface for the analysis regarding the impact and consequences of deleting variables and connections from a package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")> _
Public Interface IDTSObjectReferenceTracker100
'Usage
Dim instance As IDTSObjectReferenceTracker100
[GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")]
public interface IDTSObjectReferenceTracker100
[GuidAttribute(L"2C14004B-E2D3-43AF-95D8-DAF66E33C54B")]
public interface class IDTSObjectReferenceTracker100
[<GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")>]
type IDTSObjectReferenceTracker100 = interface end
public interface IDTSObjectReferenceTracker100
The IDTSObjectReferenceTracker100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddReference | Infrastructure. Adds a reference to a list for reference tracking. | |
DestroyList | Infrastructure. Destroys the specified reference list from reference tracking. | |
RemoveReference | Infrastructure. Removes a reference from an existing list. | |
SetListInfo | Infrastructure. Provides metadata for an existing reference list. |
Top