MeasureGroupCollection.FindByName Method (String)

 

Applies To: SQL Server 2016 Preview

Gets the MeasureGroup that has the specified name from the collection.

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

Syntax

public MeasureGroup FindByName(
    string name
)
public:
MeasureGroup^ FindByName(
    String^ name
)
member FindByName : 
        name:string -> MeasureGroup
Public Function FindByName (
    name As String
) As MeasureGroup

Parameters

Return Value

Type: Microsoft.AnalysisServices.MeasureGroup

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

See Also

MeasureGroupCollection Class
Microsoft.AnalysisServices Namespace

Return to top