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


Метод IDTSComponentMetaDataCollection100.RemoveObjectByID

Deletes the IDTSComponentMetaData100 object with the specified ID.

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

Синтаксис

'Декларация
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Применение
Dim instance As IDTSComponentMetaDataCollection100 
Dim lID As Integer

instance.RemoveObjectByID(lID)
void RemoveObjectByID(
    int lID
)
void RemoveObjectByID(
    [InAttribute] int lID
)
abstract RemoveObjectByID : 
        lID:int -> unit
function RemoveObjectByID(
    lID : int
)

Параметры

См. также

Справочник

IDTSComponentMetaDataCollection100 Интерфейс

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