Udostępnij za pośrednictwem


Metoda AggregationInstanceAttributeCollection.Move (String, Int32)

Przenosi określony AggregationInstanceAttribute do nowej pozycji indeksu.

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

Składnia

'Deklaracja
Public Function Move ( _
    attributeId As String, _
    toIndex As Integer _
) As AggregationInstanceAttribute
'Użycie
Dim instance As AggregationInstanceAttributeCollection
Dim attributeId As String
Dim toIndex As Integer
Dim returnValue As AggregationInstanceAttribute

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

Parametry

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

Wartość zwracana

Typ: Microsoft.AnalysisServices.AggregationInstanceAttribute
AggregationInstanceAttribute , Został przeniesiony 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.