IDTSObjectReferenceTracker100 Interface

 

This API supports the product 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.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("2C14004B-E2D3-43AF-95D8-DAF66E33C54B")]
public interface class IDTSObjectReferenceTracker100

NameDescription
System_CAPS_pubmethodAddReference(String^, DTSObjectReferenceType, Int32%)

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

Adds a reference to a list for reference tracking.

System_CAPS_pubmethodDestroyList(Int32)

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

Destroys the specified reference list from reference tracking.

System_CAPS_pubmethodRemoveReference(String^, DTSObjectReferenceType, Int32%)

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

Removes a reference from an existing list.

System_CAPS_pubmethodSetListInfo(Int32, String^, String^)

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

Provides metadata for an existing reference list.

Return to top
Show: