Compartir a través de


IDTSCustomPropertyCollection100.NewAt Método

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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

  • lIndex
    Tipo: System.Int32
    The location in the collection to create the new property.

Valor devuelto

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

Vea también

Referencia

IDTSCustomPropertyCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper