This topic has not yet been rated - Rate this topic

AggregationDesignDimensionCollection.Move Method (AggregationDesignDimension, Int32)

Moves an AggregationDesignDimension to a new index in the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public void Move(
	AggregationDesignDimension item,
	int toIndex
)

Parameters

item
Type: Microsoft.AnalysisServices.AggregationDesignDimension
The AggregationDesignDimension to be moved.
toIndex
Type: System.Int32
The zero-based index to which to move the AggregationDesignDimension specified by item.
ExceptionCondition
ArgumentOutOfRangeException

toIndex is less than zero.

-or-

toIndex is equal to or greater than [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].

-or-

item is not contained by the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.