Поделиться через


Метод IDTSObjectReferenceTracker100.DestroyList

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Destroys the specified reference list from reference tracking.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Sub DestroyList ( _
    RefListID As Integer _
)
'Применение
Dim instance As IDTSObjectReferenceTracker100 
Dim RefListID As Integer

instance.DestroyList(RefListID)
void DestroyList(
    int RefListID
)
void DestroyList(
    [InAttribute] int RefListID
)
abstract DestroyList : 
        RefListID:int -> unit
function DestroyList(
    RefListID : int
)

Параметры

  • RefListID
    Тип: System.Int32
    The reference list identifier of the reference list to destroy.

См. также

Справочник

IDTSObjectReferenceTracker100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper