IDTSObjectReferenceTracker100.AddReference メソッド

定義

参照トラッキングのためにリストへの参照を追加します。

public:
 void AddReference(System::String ^ ObjectNameOrID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSObjectReferenceType RefType, [Runtime::InteropServices::Out] int % RefListID);
[System.Runtime.InteropServices.DispId(1610743808)]
public void AddReference(string ObjectNameOrID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType RefType, out int RefListID);
[<System.Runtime.InteropServices.DispId(1610743808)>]
abstract member AddReference : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType * int -> unit
Public Sub AddReference (ObjectNameOrID As String, RefType As DTSObjectReferenceType, ByRef RefListID As Integer)

パラメーター

ObjectNameOrID
String

リストを所有するオブジェクトの名前またはIDです。

RefType
DTSObjectReferenceType

追跡すべきリファレンスの種類。

RefListID
Int32

参考文献リストの識別子。

属性

適用対象