Udostępnij za pośrednictwem


Metoda AggregationCollection.Move (Aggregation, Int32)

Przesuwa Aggregation do nowego indeksu kolekcja.

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

Składnia

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

instance.Move(item, toIndex)
public void Move(
    Aggregation item,
    int toIndex
)
public:
void Move(
    Aggregation^ item, 
    int toIndex
)
member Move : 
        item:Aggregation * 
        toIndex:int -> unit 
public function Move(
    item : Aggregation, 
    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.