Share via


IDTSObjectReferenceTracker100.RemoveReference Méthode

Définition

Supprime une référence d'une liste existante.

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

Paramètres

ObjectNameOrID
String

Nom ou identificateur d'objet à supprimer dans la liste de suivi.

RefType
DTSObjectReferenceType

Type de référence à suivre.

RefListID
Int32

Identificateur de la liste où figure actuellement l'objet à supprimer.

Attributs

S’applique à