PerspectiveMeasureGroupCollection.Contains Method (String)

Indicatess whether the collection contains a PerspectiveMeasureGroup that has the specified identifier.

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

Syntax

VB
'Declaration
Public Function Contains ( _
    measureGroupId As String _
) As Boolean
'Usage
Dim instance As PerspectiveMeasureGroupCollection 
Dim measureGroupId As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(measureGroupId)

Parameters

Return Value

Type: System.Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.

See Also

Reference

PerspectiveMeasureGroupCollection Class

Contains Overload

Microsoft.AnalysisServices Namespace