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