Share via


ObjectReferenceTracker Members

Include Protected Members
Include Inherited Members

Provides analysis regarding the impact and consequences of deleting variables and connections from a package. This class cannot be inherited.

The ObjectReferenceTracker type exposes the following members.

Methods

  Name Description
Public method AddReference(String, DTSObjectReferenceType, Int32%) This method adds a reference to a list for reference tracking.
Public method DestroyList(Int32) This method destroys the specified reference list from reference tracking.
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method RemoveReference(String, DTSObjectReferenceType, Int32%) Removes a reference from an existing list.
Public method SetListInfo(Int32, String, String) This method allows you to provide metadata for an existing reference list.
Public method ToString() (Inherited from Object.)

Top