IDTSCustomPropertyCollection100.RemoveObjectByIndex メソッド

Index で指定した場所にある IDTSCustomProperty100 オブジェクトを削除します。

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

構文

'宣言
Sub RemoveObjectByIndex ( _
    Index As Object _
)
'使用
Dim instance As IDTSCustomPropertyCollection100 
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
    カスタム プロパティを削除するための、コレクション内の場所です。

関連項目

参照

IDTSCustomPropertyCollection100 インターフェイス

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