IDTSCustomPropertyCollection100.NewAt メソッド

コレクション内の指定した場所に新しい IDTSCustomProperty100 オブジェクトを作成します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Function NewAt ( _
    lIndex As Integer _
) As IDTSCustomProperty100
'使用
Dim instance As IDTSCustomPropertyCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSCustomProperty100 

returnValue = instance.NewAt(lIndex)
IDTSCustomProperty100 NewAt(
    int lIndex
)
IDTSCustomProperty100^ NewAt(
    [InAttribute] int lIndex
)
abstract NewAt : 
        lIndex:int -> IDTSCustomProperty100
function NewAt(
    lIndex : int
) : IDTSCustomProperty100

パラメーター

  • lIndex
    型: System.Int32
    新しいプロパティを作成するための、コレクション内の場所です。

戻り値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
新しく作成された IDTSCustomProperty100 オブジェクトです。

関連項目

参照

IDTSCustomPropertyCollection100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間