Udostępnij za pośrednictwem


Metoda IDTSExternalMetadataColumnCollection100.RemoveObjectByIndex

Usuwa IDTSExternalMetadataColumn100 obiektu określonego indeksu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Sub RemoveObjectByIndex ( _
    Index As Object _
)
'Użycie
Dim instance As IDTSExternalMetadataColumnCollection100
Dim Index As Object

instance.RemoveObjectByIndex(Index)
void RemoveObjectByIndex(
    Object Index
)
void RemoveObjectByIndex(
    [InAttribute] Object^ Index
)
abstract RemoveObjectByIndex : 
        Index:Object -> unit 
function RemoveObjectByIndex(
    Index : Object
)

Parametry

  • Index
    Typ: System.Object
    Położenie kolumna kolekcja do usunięcia.

Uwagi

Ta metoda usuwa IDTSExternalMetadataColumn100 kolumna znajdującym się pod określonym indeksem.Jeśli Index znajduje się poza kolekcja, występuje wyjątek Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX.