PerspectiveMeasureGroupCollection.Find Method (String)

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public PerspectiveMeasureGroup Find(
    string measureGroupId
)
public:
PerspectiveMeasureGroup^ Find(
    String^ measureGroupId
)
member Find : 
        measureGroupId:string -> PerspectiveMeasureGroup
Public Function Find (
    measureGroupId As String
) As PerspectiveMeasureGroup

Parameters

Return Value

Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup

The PerspectiveMeasureGroup if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

PerspectiveMeasureGroupCollection Class
Microsoft.AnalysisServices Namespace

Return to top