Udostępnij za pośrednictwem


Metoda CalculationPropertyCollection.Move (CalculationProperty, Int32)

Przesuwa CalculationProperty do nowego indeksu kolekcja.

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

Składnia

'Deklaracja
Public Sub Move ( _
    item As CalculationProperty, _
    toIndex As Integer _
)
'Użycie
Dim instance As CalculationPropertyCollection
Dim item As CalculationProperty
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    CalculationProperty item,
    int toIndex
)
public:
void Move(
    CalculationProperty^ item, 
    int toIndex
)
member Move : 
        item:CalculationProperty * 
        toIndex:int -> unit 
public function Move(
    item : CalculationProperty, 
    toIndex : int
)

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

toIndexjest mniejszy od zera.

- lub -

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

- lub -

itemnie jest zawarty kolekcja.