NewAt 方法

Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.

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

语法

声明
Function NewAt ( _
    lIndex As Integer _
) As IDTSOutput100
用法
Dim instance As IDTSOutputCollection100
Dim lIndex As Integer
Dim returnValue As IDTSOutput100

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

参数