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 对象。

属性

适用于