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 IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function NewAt ( _
lIndex As Integer _
) As IDTSComponentMetaData100
'Usage
Dim instance As IDTSComponentMetaDataCollection100
Dim lIndex As Integer
Dim returnValue As IDTSComponentMetaData100
returnValue = instance.NewAt(lIndex)
IDTSComponentMetaData100 NewAt(
int lIndex
)
IDTSComponentMetaData100^ NewAt(
[InAttribute] int lIndex
)
abstract NewAt :
lIndex:int -> IDTSComponentMetaData100
function NewAt(
lIndex : int
) : IDTSComponentMetaData100
Parameters
- lIndex
Type: System.Int32
The location in the IDTSComponentMetaDataCollection100 collection to create the new IDTSComponentMetaData100 object.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The newly created IDTSComponentMetaData100 object.
Remarks
The location of an IDTSComponentMetaData100 object does not affect its execution order, which is instead controlled by the IDTSPath100 objects in the MainPipe.