Linguaggio

IDTSObjectReferenceTracker100.AddReference Metodo

Definizione

Aggiunge un riferimento a una lista per il tracciamento 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

Il nome dell'oggetto o l'ID dell'oggetto che possiede la lista.

RefType
DTSObjectReferenceType

Il tipo di riferimento da monitorare.

RefListID
Int32

L'identificatore della lista di riferimenti.

Attributi

Si applica a