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