Metodo RelationshipEndAttributeCollection.Move (Int32, Int32)

Moves the item at the specified index to a new location in the collection.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

VB
'Dichiarazione
Public Function Move ( _
    fromIndex As Integer, _
    toIndex As Integer _
) As RelationshipEndAttribute
'Utilizzo
Dim instance As RelationshipEndAttributeCollection 
Dim fromIndex As Integer 
Dim toIndex As Integer 
Dim returnValue As RelationshipEndAttribute 

returnValue = instance.Move(fromIndex, _
    toIndex)

Parametri

  • fromIndex
    Tipo: System.Int32
    The zero-based index specifying the location of the item to be moved.
  • toIndex
    Tipo: System.Int32
    The zero-based index specifying the new location of the item.

Valore restituito

Tipo: Microsoft.AnalysisServices.RelationshipEndAttribute
The item at the specified index, in a new location in the collection.

Vedere anche

Riferimento

RelationshipEndAttributeCollection Classe

Overload Move

Spazio dei nomi Microsoft.AnalysisServices