次の方法で共有


Move メソッド (String, Int32)

指定した識別子を持つ PerspectiveCalculation を、コレクション内の指定したインデックスに移動します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Move ( _
    name As String, _
    toIndex As Integer _
) As PerspectiveCalculation
'使用
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

パラメーター

例外

例外 条件
ArgumentOutOfRangeException

fromIndex に 0 より小さい値が指定されています。

-または-

fromIndex に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。

-または-

name がコレクションに存在しません。