次の方法で共有


RemoveObjectByIndex メソッド

IDTSComponentMetaDataCollection100 コレクション内の指定した場所にある IDTSComponentMetaData100 オブジェクトを削除します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Sub RemoveObjectByIndex ( _
    Index As Object _
)
'使用
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
)

パラメーター