Udostępnij za pośrednictwem


Metoda CalculationPropertyCollection.Move (String, Int32)

Przesuwa CalculationProperty, identyfikatorem określonego, określony indeks kolekcja.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Function Move ( _
    calculationReference As String, _
    toIndex As Integer _
) As CalculationProperty
'Użycie
Dim instance As CalculationPropertyCollection
Dim calculationReference As String
Dim toIndex As Integer
Dim returnValue As CalculationProperty

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

Parametry

Wartość zwracana

Typ: Microsoft.AnalysisServices.CalculationProperty
CalculationProperty Mają być przeniesione.

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

fromIndexjest mniejszy od zera.

- lub -

fromIndexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

- lub -

calculationReferencenie jest zawarty kolekcja.