Compartilhar via


Método NewAt

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Function NewAt ( _
    lIndex As Integer _
) As IDTSCustomProperty100
'Uso
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

Parâmetros