This topic has not yet been rated - Rate this topic

PerspectiveMeasureGroupCollection.Find Method

Finds the PerspectiveMeasureGroup that has the specified identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public PerspectiveMeasureGroup Find(
	string measureGroupId
)

Parameters

measureGroupId
Type: System.String
The identifier of the PerspectiveMeasureGroup to return.

Return Value

Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.