Sprache

IDTSPathCollection100.NewAt(Int32) Methode

Definition

Erstellt ein IDTSPath100 Objekt an der angegebenen Position in einer Sammlung.

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

Parameter

lIndex
Int32

Der Ort, um die IDTSPath100 in der Sammlung zu erstellen.

Gibt zurück

Das neue IDTSPath100-Objekt.

Attribute

Gilt für: