RelationshipEndAttributeCollection.Move Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Move(RelationshipEndAttribute, Int32) |
Move um RelationshipEndAttribute na coleção para uma posição especificada. |
Move(Int32, Int32) |
Move um RelationshipEndAttribute na coleção de uma posição para outra. |
Move(String, Int32) |
Move um RelationshipEndAttribute na coleção para uma posição especificada. |
Move(RelationshipEndAttribute, Int32)
Move um RelationshipEndAttribute na coleção para uma posição 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
O RelationshipEndAttribute a ser movido.
- toIndex
- Int32
O índice de base zero em que o RelationshipEndAttribute será movido.
Aplica-se a
Move(Int32, Int32)
Move um RelationshipEndAttribute na coleção de uma posição para outra.
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
O índice de base zero do qual o RelationshipEndAttribute será movido.
- toIndex
- Int32
O índice de base zero em que o RelationshipEndAttribute será movido.
Retornos
O RelationshipEndAttribute que foi movido.
Aplica-se a
Move(String, Int32)
Move um RelationshipEndAttribute na coleção para uma posição 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
A AttributeID do RelationshipEndAttribute a ser movido.
- toIndex
- Int32
O índice de base zero em que o RelationshipEndAttribute será movido.
Retornos
O RelationshipEndAttribute que foi movido.