共用方式為


PerspectiveKpiCollection.Find(String) 方法

定義

從集合中取得具有指定 KpiID 的 PerspectiveKpi

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

參數

id
String

要找出之 PerspectiveKpi 的 KpiID。

傳回

若存在於集合中,則為具有指定 KpiID 名稱的 PerspectiveKpi;否則為 Null 參考 (Visual Basic 中的 Nothing)。

適用於