次の方法で共有


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 オブジェクトです。

属性

適用対象