Compartir a través de


IDTSObjectReferenceTracker100.SetListInfo Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Provides metadata for an existing reference list.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Sub SetListInfo ( _
    RefListID As Integer, _
    UsageLocation As String, _
    UsageDescription As String _
)
'Uso
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
)

Parámetros

  • RefListID
    Tipo: System.Int32
    The list identifier in which the object is currently located.
  • UsageLocation
    Tipo: System.String
    The location where the object is used.
  • UsageDescription
    Tipo: System.String
    A description that explains where the object is being used.

Vea también

Referencia

IDTSObjectReferenceTracker100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper