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