Udostępnij za pośrednictwem


Metoda CellPermissionCollection.Move (CellPermissionAccess, Int32)

Przesuwa CellPermission, o określonym CellPermissionAccess wartość do nowego indeksu kolekcja.

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

Składnia

'Deklaracja
Public Function Move ( _
    access As CellPermissionAccess, _
    toIndex As Integer _
) As CellPermission
'Użycie
Dim instance As CellPermissionCollection
Dim access As CellPermissionAccess
Dim toIndex As Integer
Dim returnValue As CellPermission

returnValue = instance.Move(access, toIndex)
public CellPermission Move(
    CellPermissionAccess access,
    int toIndex
)
public:
CellPermission^ Move(
    CellPermissionAccess access, 
    int toIndex
)
member Move : 
        access:CellPermissionAccess * 
        toIndex:int -> CellPermission 
public function Move(
    access : CellPermissionAccess, 
    toIndex : int
) : CellPermission

Parametry

Wyjątki

Wyjątek Warunek
ArgumentOutOfRangeException

toIndexjest mniejszy od zera.

- lub -

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