Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function NewAt ( _
lIndex As Integer _
) As IDTSInputColumn100
'Usage
Dim instance As IDTSInputColumnCollection100
Dim lIndex As Integer
Dim returnValue As IDTSInputColumn100
returnValue = instance.NewAt(lIndex)
IDTSInputColumn100 NewAt(
int lIndex
)
IDTSInputColumn100^ NewAt(
[InAttribute] int lIndex
)
abstract NewAt :
lIndex:int -> IDTSInputColumn100
function NewAt(
lIndex : int
) : IDTSInputColumn100
Parameters
- lIndex
Type: System.Int32
The location to create the new IDTSInputColumn100 in the collection.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The newly created IDTSInputColumn100.