IDTSObjectReferenceTracker100 Interface
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.
Provides an interface for the analysis regarding the impact and consequences of deleting variables and connections from a package.
public interface class IDTSObjectReferenceTracker100
[System.Runtime.InteropServices.Guid("6955C2A0-C770-46EB-8DB7-82DF03AA477F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSObjectReferenceTracker100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("95086D9D-9AB6-41C0-BC41-3076E451CE2B")]
public interface IDTSObjectReferenceTracker100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("358DB119-0209-4210-87F5-59BFF80A3BEF")]
public interface IDTSObjectReferenceTracker100
[<System.Runtime.InteropServices.Guid("6955C2A0-C770-46EB-8DB7-82DF03AA477F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSObjectReferenceTracker100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("95086D9D-9AB6-41C0-BC41-3076E451CE2B")>]
type IDTSObjectReferenceTracker100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("358DB119-0209-4210-87F5-59BFF80A3BEF")>]
type IDTSObjectReferenceTracker100 = interface
Public Interface IDTSObjectReferenceTracker100
- Attributes
Methods
AddReference(String, DTSObjectReferenceType, Int32) |
Adds a reference to a list for reference tracking. |
DestroyList(Int32) |
Destroys the specified reference list from reference tracking. |
RemoveReference(String, DTSObjectReferenceType, Int32) |
Removes a reference from an existing list. |
SetListInfo(Int32, String, String) |
Provides metadata for an existing reference list. |