PerspectiveKpi.KpiID プロパティ

PerspectiveKpi 要素に関連付けられている Kpi の識別子を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property KpiID As String 
    Get 
    Set
'使用
Dim instance As PerspectiveKpi 
Dim value As String 

value = instance.KpiID

instance.KpiID = value
public string KpiID { get; set; }
public:
property String^ KpiID {
    String^ get ();
    void set (String^ value);
}
member KpiID : string with get, set
function get KpiID () : String 
function set KpiID (value : String)

プロパティ値

型: System.String
KPI 識別子です。

関連項目

参照

PerspectiveKpi クラス

Microsoft.AnalysisServices 名前空間