PerspectiveCalculationCollection.Move メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Move(PerspectiveCalculation, Int32) |
指定した PerspectiveCalculation をコレクション内の新しい位置に移動します。 |
Move(Int32, Int32) |
PerspectiveCalculation をコレクション内の現在の位置から新しい位置に移動します。 |
Move(String, Int32) |
指定した名前を持つ PerspectiveCalculation をコレクション内の新しい位置に移動します。 |
Move(PerspectiveCalculation, Int32)
指定した PerspectiveCalculation をコレクション内の新しい位置に移動します。
public void Move (Microsoft.AnalysisServices.PerspectiveCalculation item, int toIndex);
override this.Move : Microsoft.AnalysisServices.PerspectiveCalculation * int -> unit
Public Sub Move (item As PerspectiveCalculation, toIndex As Integer)
パラメーター
移動する PerspectiveCalculation です。
- toIndex
- Int32
指定した PerspectiveCalculation の移動先である、0 から始まるインデックスです。
例外
- 指定した PerspectiveCalculation がコレクションに存在しません。
- 指定した toIndex が有効な値ではありません (0 より小さいか、要素の合計数を超えています)。
適用対象
Move(Int32, Int32)
PerspectiveCalculation をコレクション内の現在の位置から新しい位置に移動します。
public Microsoft.AnalysisServices.PerspectiveCalculation Move (int fromIndex, int toIndex);
override this.Move : int * int -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Function Move (fromIndex As Integer, toIndex As Integer) As PerspectiveCalculation
パラメーター
- fromIndex
- Int32
移動する PerspectiveCalculation の、0 から始まるインデックスです。
- toIndex
- Int32
fromIndex で指定した PerspectiveCalculation の移動先である、0 から始まるインデックスです。
戻り値
移動された PerspectiveCalculation です。
例外
- 指定された fromIndex が有効な値ではありません (0 より小さいか、要素の合計数を超えています)。
- 指定した toIndex が有効な値ではありません (0 より小さいか、要素の合計数を超えています)。
適用対象
Move(String, Int32)
指定した名前を持つ PerspectiveCalculation をコレクション内の新しい位置に移動します。
public Microsoft.AnalysisServices.PerspectiveCalculation Move (string name, int toIndex);
override this.Move : string * int -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Function Move (name As String, toIndex As Integer) As PerspectiveCalculation
パラメーター
- name
- String
移動する PerspectiveCalculation の名前です。
- toIndex
- Int32
fromIndex で指定した PerspectiveCalculation の移動先である、0 から始まるインデックスです。
戻り値
移動された PerspectiveCalculation です。
例外
- name は、コレクション内の への PerspectiveCalculation 有効な名前ではありません。
- 指定した toIndex が有効な値ではありません (0 より小さいか、要素の合計数を超えています)。