Share via


IDTSCustomPropertyCollection100.NewAt(Int32) Methode

Definition

Erstellt ein neues IDTSCustomProperty100-Objekt an der angegebenen Position in der Auflistung.

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

Parameter

lIndex
Int32

Die Position in der Auflistung, an der die neue Eigenschaft erstellt werden soll.

Gibt zurück

Das neu erstellte IDTSCustomProperty100-Objekt.

Attribute

Gilt für: