Freigeben über


PerspectiveMeasureGroupCollection.Contains-Methode (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

Parameter

Rückgabewert

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

Siehe auch

Verweis

PerspectiveMeasureGroupCollection Klasse

Contains-Überladung

Microsoft.AnalysisServices-Namespace