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.