RoleCollection.Move Yöntemi (Role, Int32)
Hareket bir Role 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 Role, _
toIndex As Integer _
)
'Kullanım
Dim instance As RoleCollection
Dim item As Role
Dim toIndex As Integer
instance.Move(item, toIndex)
public void Move(
Role item,
int toIndex
)
public:
void Move(
Role^ item,
int toIndex
)
member Move :
item:Role *
toIndex:int -> unit
public function Move(
item : Role,
toIndex : int
)
Parametreler
- item
Tür: Microsoft.AnalysisServices.Role
Role İçin taşıma.
- toIndex
Tür: System.Int32
Taşımak için sıfır tabanlı dizin Role tarafından belirtilen item.
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 - itemiçinde yok koleksiyon. |