Compartir a través de


IDTSCustomPropertyCollection100.SetIndex Método

Changes the location of an IDTSCustomProperty100 object in a collection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Sub SetIndex ( _
    lOldIndex As Integer, _
    lNewIndex As Integer _
)
'Uso
Dim instance As IDTSCustomPropertyCollection100 
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
)

Parámetros

  • lOldIndex
    Tipo: System.Int32
    The current location of the property in the collection.
  • lNewIndex
    Tipo: System.Int32
    The new location of the property in the collection.

Vea también

Referencia

IDTSCustomPropertyCollection100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper