IDTSObjectReferenceTracker100.AddReference Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute une référence à une liste de suivi de référence.
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)
Paramètres
- ObjectNameOrID
- String
Nom ou ID de l'objet qui possède la liste.
- RefType
- DTSObjectReferenceType
Type de référence à suivre.
- RefListID
- Int32
Identificateur de la liste de références.
- Attributs