RelationshipEndAttributeCollection.Move Method

Definition

Overloads

Move(RelationshipEndAttribute, Int32)

Moves an RelationshipEndAttribute in collection to a specified position.

Move(Int32, Int32)

Moves an RelationshipEndAttribute in collection from a position to another.

Move(String, Int32)

Moves an RelationshipEndAttribute in collection to a specified position.

Move(RelationshipEndAttribute, Int32)

Moves an RelationshipEndAttribute in collection to a specified position.

public void Move (Microsoft.AnalysisServices.RelationshipEndAttribute item, int toIndex);
override this.Move : Microsoft.AnalysisServices.RelationshipEndAttribute * int -> unit
Public Sub Move (item As RelationshipEndAttribute, toIndex As Integer)

Parameters

item
RelationshipEndAttribute

The RelationshipEndAttribute to be moved.

toIndex
Int32

The zero-based index where the RelationshipEndAttribute will be moved.

Applies to

Move(Int32, Int32)

Moves an RelationshipEndAttribute in collection from a position to another.

public Microsoft.AnalysisServices.RelationshipEndAttribute Move (int fromIndex, int toIndex);
override this.Move : int * int -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Move (fromIndex As Integer, toIndex As Integer) As RelationshipEndAttribute

Parameters

fromIndex
Int32

The zero-based index from which the RelationshipEndAttribute will be moved.

toIndex
Int32

The zero-based index where the RelationshipEndAttribute will be moved.

Returns

The RelationshipEndAttribute that was moved.

Applies to

Move(String, Int32)

Moves an RelationshipEndAttribute in collection to a specified position.

public Microsoft.AnalysisServices.RelationshipEndAttribute Move (string attributeId, int toIndex);
override this.Move : string * int -> Microsoft.AnalysisServices.RelationshipEndAttribute
Public Function Move (attributeId As String, toIndex As Integer) As RelationshipEndAttribute

Parameters

attributeId
String

The AttributeID of the RelationshipEndAttribute to be moved.

toIndex
Int32

The zero-based index where the RelationshipEndAttribute will be moved.

Returns

The RelationshipEndAttribute that was moved.

Applies to