共用方式為


Parameters.RemoveAt 方法

Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.

命名空間:  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
    The location of the parameter within the collection.

請參閱

參考

Parameters 類別

Microsoft.SqlServer.Dts.Runtime 命名空間