Langue

IDTSOutputCollection100.NewAt(Int32) Méthode

Définition

Crée un nouvel IDTSOutput100 objet et l’ajoute à une collection au niveau spécifié 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

Paramètres

lIndex
Int32

L’emplacement dans la collection pour ajouter le nouveau IDTSOutput100.

Retours

Nouvellement créé IDTSOutput100.

Attributs

S’applique à