次の方法で共有


Parameters.RemoveAt メソッド

指定したインデックスを持つパラメーター オブジェクトをパラメーター コレクションから削除します。 パラメーター コレクションからはプロジェクト パラメーターのみを削除できます。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public MustOverride Sub RemoveAt ( _
    index As Integer _
)
'使用
Dim instance As Parameters 
Dim index As Integer

instance.RemoveAt(index)
public abstract void RemoveAt(
    int index
)
public:
virtual void RemoveAt(
    int index
) abstract
abstract RemoveAt : 
        index:int -> unit
public abstract function RemoveAt(
    index : int
)

パラメーター

  • index
    型: System.Int32
    コレクション内のパラメーターの位置です。

関連項目

参照

Parameters クラス

Microsoft.SqlServer.Dts.Runtime 名前空間