Поделиться через


Метод IDTSObjectReferenceTracker100.SetListInfo

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Provides metadata for an existing reference list.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub SetListInfo ( _
    RefListID As Integer, _
    UsageLocation As String, _
    UsageDescription As String _
)
'Применение
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
)

Параметры

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

См. также

Справочник

IDTSObjectReferenceTracker100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper