PerspectiveDimensionCollection.Move 메서드

정의

오버로드

Move(PerspectiveDimension, Int32)

지정된 PerspectiveDimension를 컬렉션의 새 위치로 이동합니다.

Move(Int32, Int32)

컬렉션의 PerspectiveDimension을 현재 위치에서 새 위치로 이동합니다.

Move(String, Int32)

지정된 CubeDimensionID가 있는 PerspectiveDimension을 컬렉션의 새 위치로 이동합니다.

Move(PerspectiveDimension, Int32)

지정된 PerspectiveDimension를 컬렉션의 새 위치로 이동합니다.

public void Move (Microsoft.AnalysisServices.PerspectiveDimension item, int toIndex);
override this.Move : Microsoft.AnalysisServices.PerspectiveDimension * int -> unit
Public Sub Move (item As PerspectiveDimension, toIndex As Integer)

매개 변수

item
PerspectiveDimension

이동할 PerspectiveDimension입니다.

toIndex
Int32

지정된 PerspectiveDimension를 이동할 인덱스(0부터 시작)입니다.

예외

  • 지정된 PerspectiveDimension 가 컬렉션에 없습니다.
  • 지정된 toIndex가 유효한 값이 아닙니다(0보다 작거나 더 크면 총 요소 수).

적용 대상

Move(Int32, Int32)

컬렉션의 PerspectiveDimension을 현재 위치에서 새 위치로 이동합니다.

public Microsoft.AnalysisServices.PerspectiveDimension Move (int fromIndex, int toIndex);
override this.Move : int * int -> Microsoft.AnalysisServices.PerspectiveDimension
Public Function Move (fromIndex As Integer, toIndex As Integer) As PerspectiveDimension

매개 변수

fromIndex
Int32

이동할 PerspectiveDimension의 인덱스(0부터 시작)입니다.

toIndex
Int32

fromIndex로 지정된 PerspectiveDimension를 이동할 인덱스(0부터 시작)입니다.

반환

이동된 PerspectiveDimension입니다.

예외

  • fromIndex에서 지정된 가 유효한 값이 아닙니다(0보다 작거나 더 크면 총 요소 수).
  • 지정된 toIndex가 유효한 값이 아닙니다(0보다 작거나 더 크면 총 요소 수).

적용 대상

Move(String, Int32)

지정된 CubeDimensionID가 있는 PerspectiveDimension을 컬렉션의 새 위치로 이동합니다.

public Microsoft.AnalysisServices.PerspectiveDimension Move (string cubeDimensionId, int toIndex);
override this.Move : string * int -> Microsoft.AnalysisServices.PerspectiveDimension
Public Function Move (cubeDimensionId As String, toIndex As Integer) As PerspectiveDimension

매개 변수

cubeDimensionId
String

이동할 PerspectiveDimension의 CubeDimensionID입니다.

toIndex
Int32

fromIndex로 지정된 PerspectiveDimension를 이동할 인덱스(0부터 시작)입니다.

반환

이동된 PerspectiveDimension입니다.

예외

  • cubeDimensionId는 컬렉션의 에 대한 유효한 CubeDimensionID PerspectiveDimension 가 아닙니다.
  • 지정된 toIndex가 유효한 값이 아닙니다(0보다 작거나 더 크면 총 요소 수).

적용 대상