Compartir a través de


IDTSExternalMetadataColumnCollection100.RemoveObjectByID Método

Removes an IDTSExternalMetadataColumn100 object that has the specified ID.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Uso
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
)

Parámetros

  • lID
    Tipo: System.Int32
    The ID of the column to remove from the collection.

Comentarios

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

Vea también

Referencia

IDTSExternalMetadataColumnCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper