Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Moves a AggregationInstanceMeasure in the collection to the specified index position.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Move ( _
measureId As String, _
toIndex As Integer _
) As AggregationInstanceMeasure
'Usage
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
Parameter
- measureId
Typ: System.String
Identifies the cube measure of the AggregationInstanceMeasure to be moved.
- toIndex
Typ: System.Int32
Specifies the new index position in the collection.
Rückgabewert
Typ: Microsoft.AnalysisServices.AggregationInstanceMeasure
The AggregationInstanceMeasure that was moved in the collection.