Move メソッド (String, Int32)
指定した識別子を持つ PerspectiveDimension を、コレクション内の指定したインデックスに移動します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Function Move ( _
cubeDimensionId As String, _
toIndex As Integer _
) As PerspectiveDimension
'使用
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
パラメーター
- cubeDimensionId
型: System. . :: . .String
- toIndex
型: System. . :: . .Int32
cubeDimensionID で指定した PerspectiveDimension の移動先である、0 から始まるインデックスです。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | fromIndex に 0 より小さい値が指定されています。 -または- fromIndex に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。 -または- cubeDimensionID がコレクションに存在しません。 |