Méthode CalculationPropertyCollection.Move (String, Int32)

Moves a CalculationProperty, with the specified identifier, to the specified index in the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

VB
'Déclaration
Public Function Move ( _
    calculationReference As String, _
    toIndex As Integer _
) As CalculationProperty
'Utilisation
Dim instance As CalculationPropertyCollection 
Dim calculationReference As String 
Dim toIndex As Integer 
Dim returnValue As CalculationProperty 

returnValue = instance.Move(calculationReference, _
    toIndex)

Paramètres

Valeur de retour

Type : Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty to be moved.

Exceptions

Exception Condition
ArgumentOutOfRangeException

fromIndex is less than zero.

-or-

fromIndex is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

-or-

calculationReference is not contained by the collection.

Voir aussi

Référence

CalculationPropertyCollection Classe

Surcharge Move

Espace de noms Microsoft.AnalysisServices