语言

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

当前要移除对象所在的列表标识符。

属性

适用于