Метод 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.
- RefType
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSObjectReferenceType
The type of reference to track.
- RefListID
Тип: System.Int32%
The list identifier in which the object to remove is currently located.