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

新建立的 IDTSCustomProperty100 物件。

屬性

適用於