This topic has not yet been rated - Rate this topic

CubeCollection.Item Property (Int32)

Gets the specified CubeDef from the collection by its index. In Microsoft Visual C#, this property is the indexer for the CubeCollection class.

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

Parameters

index
Type: System.Int32
The zero-based index of the CubeDef to find.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.