IDTSObjectReferenceTracker100.AddReference(String, DTSObjectReferenceType, Int32) Metodo

Definizione

Questa API supporta l'infrastruttura del prodotto e non può essere usata direttamente dal codice. Aggiunge un riferimento a un elenco per la registrazione dei riferimenti.

public:
 void AddReference(System::String ^ ObjectNameOrID, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSObjectReferenceType RefType, [Runtime::InteropServices::Out] int % RefListID);
[System.Runtime.InteropServices.DispId(1610743808)]
public void AddReference (string ObjectNameOrID, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.DTSObjectReferenceType RefType, out int RefListID);
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