This topic has not yet been rated - Rate this topic

DimensionCollection.Item Property (Int32)

Gets the Dimension at the specified index from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public Dimension this[
	int index
] { get; }

Parameters

index
Type: System.Int32
The zero-based index of the Dimension to be returned.

Property Value

Type: Microsoft.AnalysisServices.Dimension
The Dimension at the specified index.
ExceptionCondition
ArgumentOutOfRangeException

index is less than zero.

-or-

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.