PerspectiveMeasureGroupCollection.Contains Method (PerspectiveMeasureGroup)
Indicates whether the collection contains a specified PerspectiveMeasureGroup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
item As PerspectiveMeasureGroup _
) As Boolean
'Usage
Dim instance As PerspectiveMeasureGroupCollection
Dim item As PerspectiveMeasureGroup
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
PerspectiveMeasureGroup item
)
public:
bool Contains(
PerspectiveMeasureGroup^ item
)
member Contains :
item:PerspectiveMeasureGroup -> bool
public function Contains(
item : PerspectiveMeasureGroup
) : boolean
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup to locate.
Return Value
Type: System.Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.