Metoda ObjectReferenceTracker.RemoveReference
Usuwa odwołanie z istniejącej listy.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Sub RemoveReference ( _
objectNameOrID As String, _
refType As DTSObjectReferenceType, _
ByRef refListID As Integer _
)
'Użycie
Dim instance As ObjectReferenceTracker
Dim objectNameOrID As String
Dim refType As DTSObjectReferenceType
Dim refListID As Integer
instance.RemoveReference(objectNameOrID, _
refType, refListID)
public void RemoveReference(
string objectNameOrID,
DTSObjectReferenceType refType,
ref int refListID
)
public:
void RemoveReference(
String^ objectNameOrID,
DTSObjectReferenceType refType,
int% refListID
)
member RemoveReference :
objectNameOrID:string *
refType:DTSObjectReferenceType *
refListID:int byref -> unit
public function RemoveReference(
objectNameOrID : String,
refType : DTSObjectReferenceType,
refListID : int
)
Parametry
- objectNameOrID
Typ: System.String
Nazwa obiektu lub identyfikator, aby usunąć z listy śledzenia.
- refType
Typ: Microsoft.SqlServer.Dts.Runtime.DTSObjectReferenceType
Typ odwołania, który chcesz śledzić.Prawidłowe wartości znajdują się w DTSObjectReferenceType wyliczania.
- refListID
Typ: System.Int32%
Identyfikator listy, w którym aktualnie znajduje się obiekt do usunięcia.
Uwagi
Ta metoda umożliwia usuwanie odwołania z istniejącej listy, gdy obiekt jest już używany lub zostały zniszczone.
refListID Parametr jest tworzony, gdy lista jest nowo wygenerowanego AddReference metoda.AddReference Zwraca metoda refListID, i zawiera identyfikator listy nowo utworzonej.To zwracany refListID może służyć w kolejnych zaproszeń do odwołań do tej samej listy dodać, usunąć odwołania do listy, zniszczyć listę lub podczas korzystania z SetListInfo metoda.