IDTSRuntimeConnectionCollection100.SetIndex(Int32, Int32) 方法

定义

更改集合中运行时连接对象的位置。

public:
 void SetIndex(int lOldIndex, int lNewIndex);
[System.Runtime.InteropServices.DispId(19)]
public void SetIndex (int lOldIndex, int lNewIndex);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SetIndex : int * int -> unit
Public Sub SetIndex (lOldIndex As Integer, lNewIndex As Integer)

参数

lOldIndex
Int32

运行时连接的当前位置。

lNewIndex
Int32

集合中运行时连接的位置。

属性

注解

该方法 SetIndex 将运行时连接移动到 lOldIndex 由指定的位置移动到指定的 lNewIndex位置。 如果集合中的任一位置在集合边界之外,则会发生Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX异常。

适用于