RelationshipCollection.Move-Methode (Relationship, Int32)
Moves a Relationship to a new index in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Move ( _
item As Relationship, _
toIndex As Integer _
)
'Usage
Dim instance As RelationshipCollection
Dim item As Relationship
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
Relationship item,
int toIndex
)
public:
void Move(
Relationship^ item,
int toIndex
)
member Move :
item:Relationship *
toIndex:int -> unit
public function Move(
item : Relationship,
toIndex : int
)
Parameter
- item
Typ: Microsoft.AnalysisServices.Relationship
The relationship to be moved.
- toIndex
Typ: System.Int32
The zero-based index to which to move the Relationship.