次の方法で共有


IDTSOutputColumnCollection100.RemoveObjectByIndex メソッド

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

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

構文

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

パラメーター

説明

指定したインデックス位置に列が存在しない場合は、DTS_E_INVALIDINDEX 例外が発生します。

関連項目

参照

IDTSOutputColumnCollection100 インターフェイス

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