CubePermissionCollection.Move Yöntemi (String, Int32)
Hareket bir CubePermission, belirtilen tanımlayıcı belirtilen dizin içinde ile 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 CubePermission
'Kullanım
Dim instance As CubePermissionCollection
Dim id As String
Dim toIndex As Integer
Dim returnValue As CubePermission
returnValue = instance.Move(id, toIndex)
public CubePermission Move(
string id,
int toIndex
)
public:
CubePermission^ Move(
String^ id,
int toIndex
)
member Move :
id:string *
toIndex:int -> CubePermission
public function Move(
id : String,
toIndex : int
) : CubePermission
Parametreler
- id
Tür: System.String
Tanıtıcısı CubePermission taşınacak.
- toIndex
Tür: System.Int32
Taşımak için sıfır tabanlı dizin CubePermission tarafından belirtilen id.
Dönüş Değeri
Tür: Microsoft.AnalysisServices.CubePermission
CubePermission 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 - idkoleksiyon tarafından yer alıyor. |
Ayrıca bkz.