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


Метод IDTSExternalMetadataColumnCollection100.RemoveObjectByID

Removes an IDTSExternalMetadataColumn100 object that has the specified ID.

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

Синтаксис

'Декларация
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Применение
Dim instance As IDTSExternalMetadataColumnCollection100 
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
)

Параметры

  • lID
    Тип: System.Int32
    The ID of the column to remove from the collection.

Замечания

If an IDTSExternalMetadataColumn100 column with the specified ID does not exist, a DTS_E_ELEMENTNOTFOUND exception occurs.

См. также

Справочник

IDTSExternalMetadataColumnCollection100 Интерфейс

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