IDTSObjectReferenceTracker100.RemoveReference Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Remove uma referência de uma lista existente.
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)
Parâmetros
- ObjectNameOrID
- String
O nome do objeto ou o identificador a ser removido da lista de rastreamento.
- RefType
- DTSObjectReferenceType
O tipo de referência a ser rastreada.
- RefListID
- Int32
O identificador da lista na qual o objeto a ser removido está localizado atualmente.
- Atributos