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
)
パラメーター
- Index
型: System.Object
IDTSOutputColumn100 を削除するための、コレクション内の場所です。
説明
指定したインデックス位置に列が存在しない場合は、DTS_E_INVALIDINDEX 例外が発生します。