SetIndex méthode
Changes the location of an IDTSOutput100 object in the collection.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub SetIndex ( _
lOldIndex As Integer, _
lNewIndex As Integer _
)
'Utilisation
Dim instance As IDTSOutputCollection100
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
- lOldIndex
Type : System. . :: . .Int32
The current location of the IDTSOutput100.
- lNewIndex
Type : System. . :: . .Int32
The new location of the IDTSOutput100 in the collection.