Metodo IDTSExternalMetadataColumnCollection100.NewAt

Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Function NewAt ( _
    lIndex As Integer _
) As IDTSExternalMetadataColumn100
'Utilizzo
Dim instance As IDTSExternalMetadataColumnCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSExternalMetadataColumn100 

returnValue = instance.NewAt(lIndex)
IDTSExternalMetadataColumn100 NewAt(
    int lIndex
)
IDTSExternalMetadataColumn100^ NewAt(
    [InAttribute] int lIndex
)
abstract NewAt : 
        lIndex:int -> IDTSExternalMetadataColumn100
function NewAt(
    lIndex : int
) : IDTSExternalMetadataColumn100

Parametri

  • lIndex
    Tipo: System.Int32
    The location in the index to create the column.

Valore restituito

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

Osservazioni

This method creates a new IDTSExternalMetadataColumn100 column and adds it to the specified location in the collection. If the location specified by the lIndex parameter is outside the bounds of the collection, then an Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX exception occurs and the column is not created.

Vedere anche

Riferimento

IDTSExternalMetadataColumnCollection100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper