Share via


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

削除するオブジェクトが現在格納されている一覧の識別子です。

属性

適用対象