IDTSOutputCollection100.SetIndex 方法

Changes the location of an IDTSOutput100 object in the collection.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub SetIndex ( _
    lOldIndex As Integer, _
    lNewIndex As Integer _
)
用法
Dim instance As IDTSOutputCollection100 
Dim lOldIndex As Integer 
Dim lNewIndex As Integer

instance.SetIndex(lOldIndex, lNewIndex)
void SetIndex(
    int lOldIndex,
    int lNewIndex
)
void SetIndex(
    [InAttribute] int lOldIndex, 
    [InAttribute] int lNewIndex
)
abstract SetIndex : 
        lOldIndex:int * 
        lNewIndex:int -> unit
function SetIndex(
    lOldIndex : int, 
    lNewIndex : int
)

参数

请参阅

参考

IDTSOutputCollection100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间