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

추적 목록에서 제거할 개체 이름 또는 ID입니다.

RefType
DTSObjectReferenceType

추적할 참조의 유형입니다.

RefListID
Int32

제거할 개체의 현재 위치를 가리키는 목록 ID입니다.

특성

적용 대상