Metodo IDTSExternalMetadataColumnCollection100.RemoveObjectByID

Removes an IDTSExternalMetadataColumn100 object that has the specified ID.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub RemoveObjectByID ( _
    lID As Integer _
)
'Utilizzo
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
)

Parametri

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

Osservazioni

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

Vedere anche

Riferimento

IDTSExternalMetadataColumnCollection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper