Aracılığıyla paylaş


PerspectiveDimensionCollection.Move Yöntemi (String, Int32)

Hareket PerspectiveDimension , 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 ( _
    cubeDimensionId As String, _
    toIndex As Integer _
) As PerspectiveDimension
'Kullanım
Dim instance As PerspectiveDimensionCollection
Dim cubeDimensionId As String
Dim toIndex As Integer
Dim returnValue As PerspectiveDimension

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

Parametreler

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 -

cubeDimensionIDiçinde yok koleksiyon.