इसके माध्यम से साझा किया गया


IDTSObjectReferenceTracker100.DestroyList Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ObjectReferenceTracker.

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