PerspectiveMeasureGroupCollection.Find(String) Methode

Definition

Ruft das PerspectiveMeasureGroup-Objekt ab, das über die angegebene MeasureGroupID aus der Collection verfügt.

public Microsoft.AnalysisServices.PerspectiveMeasureGroup Find (string measureGroupId);
member this.Find : string -> Microsoft.AnalysisServices.PerspectiveMeasureGroup
Public Function Find (measureGroupId As String) As PerspectiveMeasureGroup

Parameter

measureGroupId
String

MeasureGroupID des zu suchenden PerspectiveMeasureGroup-Objekts.

Gibt zurück

Das PerspectiveMeasureGroup-Objekt mit der angegebenen MeasureGroupID, wenn es in der Collection vorhanden ist; andernfalls ein NULL-Verweis („Nothing“ in Visual Basic).

Gilt für: