Share via


PerspectiveKpiCollection.Find(String) Méthode

Définition

Obtient l’objet PerspectiveKpi ayant le KpiID spécifié à partir de la collection.

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

Paramètres

id
String

KpiID de l’objet PerspectiveKpi à rechercher.

Retours

PerspectiveKpi avec le KpiID spécifié, s’il existe dans la collection ; sinon, référence Null (Nothing en Visual Basic).

S’applique à