Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- item
Typ: Microsoft.AnalysisServices.PerspectiveMeasureGroup
The PerspectiveMeasureGroup to locate.
Rückgabewert
Typ: System.Boolean
true if the PerspectiveMeasureGroup exists in the collection; otherwise, false.