言語

IDTSOutputCollection100.NewAt(Int32) メソッド

定義

新しい IDTSOutput100 オブジェクトを作成し、指定された Indexでコレクションに追加します。

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

パラメーター

lIndex
Int32

新しい IDTSOutput100を追加するコレクションの場所。

返品

新しく作成された IDTSOutput100

属性

適用対象