PerspectiveMeasureGroupCollection.Contains Methode

Definition

Überlädt

Contains(PerspectiveMeasureGroup)

Gibt an, ob die Auflistung die angegebene PerspectiveMeasureGroup enthält.

Contains(String)

Gibt an, ob die Collection ein PerspectiveMeasureGroup-Objekt mit der angegebenen MeasureGroupID enthält ein.

Contains(PerspectiveMeasureGroup)

Gibt an, ob die Auflistung die angegebene PerspectiveMeasureGroup enthält.

public bool Contains (Microsoft.AnalysisServices.PerspectiveMeasureGroup item);
override this.Contains : Microsoft.AnalysisServices.PerspectiveMeasureGroup -> bool
Public Function Contains (item As PerspectiveMeasureGroup) As Boolean

Parameter

Gibt zurück

TRUE, wenn das angegebene PerspectiveMeasureGroup-Objekt in der Collection gefunden wird; andernfalls FALSE.

Gilt für:

Contains(String)

Gibt an, ob die Collection ein PerspectiveMeasureGroup-Objekt mit der angegebenen MeasureGroupID enthält ein.

public bool Contains (string measureGroupId);
override this.Contains : string -> bool
Public Function Contains (measureGroupId As String) As Boolean

Parameter

measureGroupId
String

MeasureGroupID des PerspectiveMeasureGroup-Objekts, das gesucht werden soll.

Gibt zurück

TRUE, wenn das angegebene PerspectiveMeasureGroup-Objekt in der Collection gefunden wird; andernfalls FALSE.

Ausnahmen

Die angegebene MeasureGroupId ist ein NULL-Verweis („Nothing“ in Visual Basic).

Gilt für: