Aracılığıyla paylaş


IDTSComponentMetaDataCollection100.RemoveObjectByIndex Yöntemi

Siler IDTSComponentMetaData100 nesne içinde belirtilen konumda bir IDTSComponentMetaDataCollection100 koleksiyon.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub RemoveObjectByIndex ( _
    Index As Object _
)
'Kullanım
Dim instance As IDTSComponentMetaDataCollection100
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
)

Parametreler