共用方式為


IDTSOutputCollection100.NewAt(Int32) Method

Definition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSOutput100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSOutput100
Public Function NewAt (lIndex As Integer) As IDTSOutput100

Parameters

lIndex
Int32

Returns

The newly created IDTSOutput100.

Attributes

Applies to