共用方式為


PerspectiveKpi 建構函式

定義

多載

PerspectiveKpi()

使用預設值,初始化 PerspectiveKpi 類別的新執行個體。

PerspectiveKpi(String)

使用指定的 KPI,初始化 PerspectiveKpi 的新執行個體。

PerspectiveKpi()

使用預設值,初始化 PerspectiveKpi 類別的新執行個體。

public PerspectiveKpi ();
Public Sub New ()

適用於

PerspectiveKpi(String)

使用指定的 KPI,初始化 PerspectiveKpi 的新執行個體。

public PerspectiveKpi (string kpiId);
new Microsoft.AnalysisServices.PerspectiveKpi : string -> Microsoft.AnalysisServices.PerspectiveKpi
Public Sub New (kpiId As String)

參數

kpiId
String

包含 KPI 唯一識別碼的 String。

適用於