Поделиться через


IDTSCustomPropertyCollection100.NewAt(Int32) Метод

Определение

Создает новый объект IDTSCustomProperty100 в указанном месте коллекции.

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

Параметры

lIndex
Int32

Место в коллекции, в котором требуется создать новое свойство.

Возвращаемое значение

Созданный объект IDTSCustomProperty100.

Атрибуты

Применяется к