Méthode IDTSComponentMetaDataCollection100.SetIndex

Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 collection.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub SetIndex ( _
    lOldIndex As Integer, _
    lNewIndex As Integer _
)
'Utilisation
Dim instance As IDTSComponentMetaDataCollection100 
Dim lOldIndex As Integer 
Dim lNewIndex As Integer

instance.SetIndex(lOldIndex, lNewIndex)
void SetIndex(
    int lOldIndex,
    int lNewIndex
)
void SetIndex(
    [InAttribute] int lOldIndex, 
    [InAttribute] int lNewIndex
)
abstract SetIndex : 
        lOldIndex:int * 
        lNewIndex:int -> unit
function SetIndex(
    lOldIndex : int, 
    lNewIndex : int
)

Paramètres

Voir aussi

Référence

IDTSComponentMetaDataCollection100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper