IDTSOutputColumnCollection100.NewAt Método
Creates a new output column object and adds it to a collection at the specified index.
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 IDTSOutputColumn100
'Uso
Dim instance As IDTSOutputColumnCollection100
Dim lIndex As Integer
Dim returnValue As IDTSOutputColumn100
returnValue = instance.NewAt(lIndex)
IDTSOutputColumn100 NewAt(
int lIndex
)
IDTSOutputColumn100^ NewAt(
[InAttribute] int lIndex
)
abstract NewAt :
lIndex:int -> IDTSOutputColumn100
function NewAt(
lIndex : int
) : IDTSOutputColumn100
Parámetros
- lIndex
Tipo: System.Int32
The location to insert the new IDTSOutput100 object in the collection.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The newly created IDTSOutputColumn100 object.
Comentarios
If the specified index is outside the bounds of the collection, the IDTSOutputColumn100 is added to the end of the collection.