IDTSObjectReferenceTracker100.AddReference 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Adds a reference to a list for reference tracking.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Sub AddReference ( _
ObjectNameOrID As String, _
RefType As DTSObjectReferenceType, _
<OutAttribute> ByRef RefListID As Integer _
)
‘사용 방법
Dim instance As IDTSObjectReferenceTracker100
Dim ObjectNameOrID As String
Dim RefType As DTSObjectReferenceType
Dim RefListID As Integer
instance.AddReference(ObjectNameOrID, _
RefType, RefListID)
void AddReference(
string ObjectNameOrID,
DTSObjectReferenceType RefType,
out int RefListID
)
void AddReference(
[InAttribute] String^ ObjectNameOrID,
[InAttribute] DTSObjectReferenceType RefType,
[InAttribute] [OutAttribute] int% RefListID
)
abstract AddReference :
ObjectNameOrID:string *
RefType:DTSObjectReferenceType *
RefListID:int byref -> unit
function AddReference(
ObjectNameOrID : String,
RefType : DTSObjectReferenceType,
RefListID : int
)
매개 변수
- ObjectNameOrID
유형: System.String
The object name or ID of the object that owns the list.
- RefType
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType
The type of reference to be tracked.
- RefListID
유형: System.Int32%
The identifier of the reference list.