IDTSObjectReferenceTracker100.RemoveReference 메서드

정의

기존 목록에서 참조를 제거합니다.

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)

매개 변수

ObjectNameOrID
String

추적 목록에서 제거할 객체 이름이나 식별자.

RefType
DTSObjectReferenceType

추적할 수 있는 참고 문헌의 유형.

RefListID
Int32

제거해야 할 객체가 현재 위치한 리스트 식별자입니다.

특성

적용 대상