次の方法で共有


IDTSInputColumnCollection100.SetIndex メソッド

lOldIndex パラメーターで指定した IDTSInputColumn100 オブジェクトの場所を変更します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Sub SetIndex ( _
    lOldIndex As Integer, _
    lNewIndex As Integer _
)
'使用
Dim instance As IDTSInputColumnCollection100 
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
)

パラメーター

関連項目

参照

IDTSInputColumnCollection100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間