IDTSRuntimeConnectionCollection100.RemoveObjectByIndex メソッド

指定したインデックスにあるランタイム接続をコレクションから削除します。

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

構文

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

パラメーター

説明

RemoveObjectByIndex メソッドは、Index パラメーターで指定したコレクション内の場所にあるランタイム接続を削除します。 Index がコレクションの範囲外にある場合は、Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX 例外が発生します。

関連項目

参照

IDTSRuntimeConnectionCollection100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間