IDTSObjectReferenceTracker100.DestroyList(Int32) Method
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.
Destroys the specified reference list from reference tracking.
public:
void DestroyList(int RefListID);
[System.Runtime.InteropServices.DispId(1610743810)]
public void DestroyList (int RefListID);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member DestroyList : int -> unit
Public Sub DestroyList (RefListID As Integer)
Parameters
- RefListID
- Int32
The reference list identifier of the reference list to destroy.
- Attributes