Compartir a través de


AggregationInstanceMeasureCollection.Move Método (String, Int32)

Moves a AggregationInstanceMeasure in the collection to the specified index position.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Move ( _
    measureId As String, _
    toIndex As Integer _
) As AggregationInstanceMeasure
'Uso
Dim instance As AggregationInstanceMeasureCollection 
Dim measureId As String 
Dim toIndex As Integer 
Dim returnValue As AggregationInstanceMeasure 

returnValue = instance.Move(measureId, _
    toIndex)
public AggregationInstanceMeasure Move(
    string measureId,
    int toIndex
)
public:
AggregationInstanceMeasure^ Move(
    String^ measureId, 
    int toIndex
)
member Move : 
        measureId:string * 
        toIndex:int -> AggregationInstanceMeasure
public function Move(
    measureId : String, 
    toIndex : int
) : AggregationInstanceMeasure

Parámetros

  • toIndex
    Tipo: System.Int32
    Specifies the new index position in the collection.

Valor devuelto

Tipo: Microsoft.AnalysisServices.AggregationInstanceMeasure
The AggregationInstanceMeasure that was moved in the collection.

Vea también

Referencia

AggregationInstanceMeasureCollection Clase

Sobrecarga de Move

Espacio de nombres Microsoft.AnalysisServices