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

当前在其中找到要删除的对象的列表标识符。

属性

适用于