次の方法で共有


PerspectiveDimensionCollection.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

パラメーター

戻り値

型: Microsoft.AnalysisServices.PerspectiveDimension
移動する PerspectiveDimension です。

例外

例外 条件
ArgumentOutOfRangeException

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

-または-

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

-または-

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

関連項目

参照

PerspectiveDimensionCollection クラス

Move オーバーロード

Microsoft.AnalysisServices 名前空間