Share via


IDTSCustomPropertyCollection100.NewAt(Int32) Method

Definition

Creates a new IDTSCustomProperty100 object at the specified ___location in the collection.

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

Parameters

lIndex
Int32

The ___location in the collection to create the new property.

Returns

The newly created IDTSCustomProperty100 object.

Attributes

Applies to