Udostępnij za pośrednictwem


Metoda AttributeRelationshipCollection.Move (AttributeRelationship, Int32)

Przenosi określony AttributeRelationship do nowej pozycji indeksu kolekcja.

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

Składnia

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

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