Aracılığıyla paylaş


PerspectiveCalculationCollection.Move Yöntemi (String, Int32)

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

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

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 -

nameiçinde yok koleksiyon.