Move 메서드 (String, Int32)
Moves a specified AggregationInstanceDimension into the collection to the specified index position.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
Public Function Move ( _
cubeDimensionId As String, _
toIndex As Integer _
) As AggregationInstanceDimension
‘사용 방법
Dim instance As AggregationInstanceDimensionCollection
Dim cubeDimensionId As String
Dim toIndex As Integer
Dim returnValue As AggregationInstanceDimension
returnValue = instance.Move(cubeDimensionId, _
toIndex)
public AggregationInstanceDimension Move(
string cubeDimensionId,
int toIndex
)
public:
AggregationInstanceDimension^ Move(
String^ cubeDimensionId,
int toIndex
)
member Move :
cubeDimensionId:string *
toIndex:int -> AggregationInstanceDimension
public function Move(
cubeDimensionId : String,
toIndex : int
) : AggregationInstanceDimension
매개 변수
- cubeDimensionId
형식: System. . :: . .String
Identifies the cube dimension of the AggregationInstanceDimension to be moved.
- toIndex
형식: System. . :: . .Int32
Specifies the new index position in the collection.
반환 값
형식: Microsoft.AnalysisServices. . :: . .AggregationInstanceDimension
The AggregationInstanceDimension that was moved in the collection.