RelationshipEndAttributeCollection.Move Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
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.