Condividi tramite


IDTSObjectReferenceTracker100.RemoveReference Metodo

Definizione

Rimuove un riferimento da un elenco esistente.

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)

Parametri

ObjectNameOrID
String

Nome o identificatore dell'oggetto da rimuovere dall'elenco di registrazione.

RefType
DTSObjectReferenceType

Tipo di riferimento da registrare.

RefListID
Int32

Identificatore dell'elenco in cui si trova attualmente l'oggetto da rimuovere.

Attributi

Si applica a