Compartir a través de


RelationshipEndAttributeCollection.Move Método

Definición

Sobrecargas

Move(RelationshipEndAttribute, Int32)

Mueve un objeto RelationshipEndAttribute de la colección a una posición especificada.

Move(Int32, Int32)

Mueve un objeto RelationshipEndAttribute en la colección de una posición a otra.

Move(String, Int32)

Mueve un objeto RelationshipEndAttribute de la colección a una posición especificada.

Move(RelationshipEndAttribute, Int32)

Mueve un objeto RelationshipEndAttribute de la colección a una posición especificada.

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)

Parámetros

item
RelationshipEndAttribute

RelationshipEndAttribute que se va a mover.

toIndex
Int32

Índice de base cero al que se va a mover el objeto RelationshipEndAttribute.

Se aplica a

Move(Int32, Int32)

Mueve un objeto RelationshipEndAttribute en la colección de una posición a otra.

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

Parámetros

fromIndex
Int32

Índice de base cero desde el que se va a mover el objeto RelationshipEndAttribute.

toIndex
Int32

Índice de base cero al que se va a mover el objeto RelationshipEndAttribute.

Devoluciones

RelationshipEndAttribute que se ha movido.

Se aplica a

Move(String, Int32)

Mueve un objeto RelationshipEndAttribute de la colección a una posición especificada.

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

Parámetros

attributeId
String

AttributeID del objeto RelationshipEndAttribute que se va a mover.

toIndex
Int32

Índice de base cero al que se va a mover el objeto RelationshipEndAttribute.

Devoluciones

RelationshipEndAttribute que se ha movido.

Se aplica a