Aracılığıyla paylaş


RoleCollection.Move Yöntemi (String, Int32)

Hareket bir Role , belirtilen tanımlayıcı belirtilen dizin içinde olan koleksiyon.

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

Sözdizimi

'Bildirim
Public Function Move ( _
    id As String, _
    toIndex As Integer _
) As Role
'Kullanım
Dim instance As RoleCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As Role

returnValue = instance.Move(id, toIndex)
public Role Move(
    string id,
    int toIndex
)
public:
Role^ Move(
    String^ id, 
    int toIndex
)
member Move : 
        id:string * 
        toIndex:int -> Role 
public function Move(
    id : String, 
    toIndex : int
) : Role

Parametreler

  • toIndex
    Tür: System.Int32
    Taşımak için sıfır tabanlı dizin Role tarafından belirtilen id.

Dönüş Değeri

Tür: Microsoft.AnalysisServices.Role
Role Taşınacak.

Kural dışı durumlar

Özel durum Koşul
ArgumentOutOfRangeException

fromIndexsıfırdan küçük.

- veya -

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

- veya -

idiçinde yok koleksiyon.