Udostępnij za pośrednictwem


Metoda CellPermissionCollection.Move (CellPermission, Int32)

Przesuwa CellPermission do nowego indeksu kolekcja.

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

Składnia

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

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