共用方式為


IDTSPathCollection100.NewAt 方法

Creates an IDTSPath100 object at the specified location in a collection.

命名空間:  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
The new IDTSPath100 object.

請參閱

參考

IDTSPathCollection100 介面

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