This topic has not yet been rated - Rate this topic

MeasureGroupDimensionCollection.IndexOf Method (String)

Gets the index of a MeasureGroupDimension that has the specified identifier.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public int IndexOf(
	string cubeDimensionId
)

Parameters

cubeDimensionId
Type: System.String
The identifier of a MeasureGroupDimension to locate.

Return Value

Type: System.Int32
The zero-based index of the MeasureGroupDimension specified by cubeDimensionID if the object is found; otherwise, -1.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.