다음을 통해 공유


IDTSObjectReferenceTracker100.RemoveReference 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Removes a reference from an existing list.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Sub RemoveReference ( _
    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.RemoveReference(ObjectNameOrID, _
    RefType, RefListID)
void RemoveReference(
    string ObjectNameOrID,
    DTSObjectReferenceType RefType,
    out int RefListID
)
void RemoveReference(
    [InAttribute] String^ ObjectNameOrID, 
    [InAttribute] DTSObjectReferenceType RefType, 
    [InAttribute] [OutAttribute] int% RefListID
)
abstract RemoveReference : 
        ObjectNameOrID:string * 
        RefType:DTSObjectReferenceType * 
        RefListID:int byref -> unit
function RemoveReference(
    ObjectNameOrID : String, 
    RefType : DTSObjectReferenceType, 
    RefListID : int
)

매개 변수

  • ObjectNameOrID
    유형: System.String
    The object name or identifier to remove from the tracking list.
  • RefListID
    유형: System.Int32%
    The list identifier in which the object to remove is currently located.

참고 항목

참조

IDTSObjectReferenceTracker100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스