Udostępnij za pośrednictwem


Metoda AttributeRelationshipCollection.Move (Int32, Int32)

Przenosi określony AttributeRelationship z jednego miejsca do innego położenia kolekcja.

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

Składnia

'Deklaracja
Public Function Move ( _
    fromIndex As Integer, _
    toIndex As Integer _
) As AttributeRelationship
'Użycie
Dim instance As AttributeRelationshipCollection
Dim fromIndex As Integer
Dim toIndex As Integer
Dim returnValue As AttributeRelationship

returnValue = instance.Move(fromIndex, _
    toIndex)
public AttributeRelationship Move(
    int fromIndex,
    int toIndex
)
public:
AttributeRelationship^ Move(
    int fromIndex, 
    int toIndex
)
member Move : 
        fromIndex:int * 
        toIndex:int -> AttributeRelationship 
public function Move(
    fromIndex : int, 
    toIndex : int
) : AttributeRelationship

Parametry

  • fromIndex
    Typ: System.Int32
    Określa położenie indeksu byłego kolekcja
  • toIndex
    Typ: System.Int32
    Określa nową pozycję indeksu kolekcja.

Wartość zwracana

Typ: Microsoft.AnalysisServices.AttributeRelationship
AttributeRelationship , 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.