IDTSObjectReferenceTracker100.RemoveReference Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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