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


IDTSObjectReferenceTracker100.SetListInfo 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 SetListInfo ( _
    RefListID As Integer, _
    UsageLocation As String, _
    UsageDescription As String _
)
'Usage
Dim instance As IDTSObjectReferenceTracker100
Dim RefListID As Integer
Dim UsageLocation As String
Dim UsageDescription As String

instance.SetListInfo(RefListID, UsageLocation, _
    UsageDescription)
void SetListInfo(
    int RefListID,
    string UsageLocation,
    string UsageDescription
)
void SetListInfo(
    [InAttribute] int RefListID, 
    [InAttribute] String^ UsageLocation, 
    [InAttribute] String^ UsageDescription
)
abstract SetListInfo : 
        RefListID:int * 
        UsageLocation:string * 
        UsageDescription:string -> unit 
function SetListInfo(
    RefListID : int, 
    UsageLocation : String, 
    UsageDescription : String
)

Parameters