Freigeben über


IDTSObjectReferenceTracker100.RemoveReference-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Removes a reference from an existing list.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub RemoveReference ( _
    ObjectNameOrID As String, _
    RefType As DTSObjectReferenceType, _
    <OutAttribute> ByRef RefListID As Integer _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

IDTSObjectReferenceTracker100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace