IDTSInputColumnCollection100.NewAt(Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria um novo objeto IDTSInputColumn100 e adiciona-o a uma coleção no í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
O local onde deve ser criado o novo IDTSInputColumn100 na coleção.
Retornos
O IDTSInputColumn100 recém-criado.
- Atributos