Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Moves the item at the specified index to a new location in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Move ( _
fromIndex As Integer, _
toIndex As Integer _
) As RelationshipEndAttribute
'Usage
Dim instance As RelationshipEndAttributeCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As RelationshipEndAttribute
returnValue = instance.Move(fromIndex, _
toIndex)
public RelationshipEndAttribute Move(
int fromIndex,
int toIndex
)
public:
RelationshipEndAttribute^ Move(
int fromIndex,
int toIndex
)
member Move :
fromIndex:int *
toIndex:int -> RelationshipEndAttribute
public function Move(
fromIndex : int,
toIndex : int
) : RelationshipEndAttribute
Parameter
- fromIndex
Typ: System.Int32
The zero-based index specifying the location of the item to be moved.
- toIndex
Typ: System.Int32
The zero-based index specifying the new location of the item.
Rückgabewert
Typ: Microsoft.AnalysisServices.RelationshipEndAttribute
The item at the specified index, in a new location in the collection.