Lenguaje

IDTSInputColumnCollection100.NewAt(Int32) Método

Definición

Crea un nuevo IDTSInputColumn100 objeto y lo añade a una colección en el índice especificado.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 NewAt(int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function NewAt (lIndex As Integer) As IDTSInputColumn100

Parámetros

lIndex
Int32

El lugar para crear lo nuevo IDTSInputColumn100 en la colección.

Devoluciones

Objeto recién creado IDTSInputColumn100.

Atributos

Se aplica a