Share via


IDTSObjectReferenceTracker100.AddReference Metodo

Definizione

Aggiunge un riferimento a un elenco per la registrazione dei riferimenti.

public:
 void AddReference(System::String ^ ObjectNameOrID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectReferenceType RefType, [Runtime::InteropServices::Out] int % RefListID);
[System.Runtime.InteropServices.DispId(1610743808)]
public void AddReference (string ObjectNameOrID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType RefType, out int RefListID);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member AddReference : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType * int -> unit
Public Sub AddReference (ObjectNameOrID As String, RefType As DTSObjectReferenceType, ByRef RefListID As Integer)

Parametri

ObjectNameOrID
String

Nome o ID dell'oggetto proprietario dell'elenco.

RefType
DTSObjectReferenceType

Tipo di riferimento da registrare.

RefListID
Int32

Identificatore dell'elenco dei riferimenti.

Attributi

Si applica a