Udostępnij za pośrednictwem


Metoda AggregationInstanceAttributeCollection.Move (AggregationInstanceAttribute, Int32)

Przenosi określony AggregationInstanceAttribute do nowej pozycji indeksu kolekcja.

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

Składnia

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

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

Parametry

  • toIndex
    Typ: System.Int32
    Określa nową pozycję indeksu kolekcja.

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

Może pojawić się jeden z następujących komunikatów o błędach:

toIndexjest mniejszy od zera.

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

itemnie jest zawarty kolekcja.