Condividi tramite


IDTSOutputCollection100.NewAt(Int32) Metodo

Definizione

Crea un nuovo oggetto IDTSOutput100 e lo aggiunge a una raccolta nella posizione Index specificata.

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

Parametri

lIndex
Int32

Posizione per l'aggiunta del nuovo oggetto IDTSOutput100 nella raccolta.

Restituisce

Oggetto IDTSOutput100 appena creato.

Attributi

Si applica a