Linguaggio

IDTSOutputCollection100.NewAt(Int32) Metodo

Definizione

Crea un nuovo IDTSOutput100 oggetto e lo aggiunge a una collezione nel punto specificato 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

Parametri

lIndex
Int32

La posizione nella collezione per aggiungere il nuovo IDTSOutput100.

Valori restituiti

Oggetto appena creato IDTSOutput100.

Attributi

Si applica a