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

참조 목록의 식별자입니다.

특성

적용 대상