PerspectiveMeasureGroupCollection.Find Method
SQL Server 2012
Finds the PerspectiveMeasureGroup that has the specified identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- measureGroupId
- Type: System.String
The identifier of the PerspectiveMeasureGroup to return.
Return Value
Type: Microsoft.AnalysisServices.PerspectiveMeasureGroupThe PerspectiveMeasureGroup if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).
