Aracılığıyla paylaş


CubePermissionCollection.Move Yöntemi (CubePermission, Int32)

Hareket bir CubePermission içinde yeni bir dizin için koleksiyon.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Sub Move ( _
    item As CubePermission, _
    toIndex As Integer _
)
'Kullanım
Dim instance As CubePermissionCollection
Dim item As CubePermission
Dim toIndex As Integer

instance.Move(item, toIndex)
public void Move(
    CubePermission item,
    int toIndex
)
public:
void Move(
    CubePermission^ item, 
    int toIndex
)
member Move : 
        item:CubePermission * 
        toIndex:int -> unit 
public function Move(
    item : CubePermission, 
    toIndex : int
)

Parametreler

Kural dışı durumlar

Özel durum Koşul
ArgumentOutOfRangeException

toIndexsıfırdan küçük.

- veya -

toIndex' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

- veya -

itemkoleksiyon tarafından yer alıyor.