次の方法で共有


IDTSPathCollection100.NewAt メソッド

コレクション内の指定した場所に IDTSPath100 オブジェクトを作成します。

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

構文

'宣言
Function NewAt ( _
    lIndex As Integer _
) As IDTSPath100
'使用
Dim instance As IDTSPathCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSPath100 

returnValue = instance.NewAt(lIndex)
IDTSPath100 NewAt(
    int lIndex
)
IDTSPath100^ NewAt(
    [InAttribute] int lIndex
)
abstract NewAt : 
        lIndex:int -> IDTSPath100
function NewAt(
    lIndex : int
) : IDTSPath100

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPath100
新しい IDTSPath100 オブジェクトです。

関連項目

参照

IDTSPathCollection100 インターフェイス

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