Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Destroys the specified reference list from reference tracking.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub DestroyList ( _
RefListID As Integer _
)
'Usage
Dim instance As IDTSObjectReferenceTracker100
Dim RefListID As Integer
instance.DestroyList(RefListID)
void DestroyList(
int RefListID
)
void DestroyList(
[InAttribute] int RefListID
)
abstract DestroyList :
RefListID:int -> unit
function DestroyList(
RefListID : int
)
Parameters
- RefListID
Type: System.Int32
The reference list identifier of the reference list to destroy.