Share via


IDTSCustomPropertyCollection100.NewAt 메서드

Creates a new IDTSCustomProperty100 object at the specified location in the collection.

네임스페이스:  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
    The location in the collection to create the new property.

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The newly created IDTSCustomProperty100 object.

참고 항목

참조

IDTSCustomPropertyCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스