PerspectiveKpi.KpiID 属性

Gets or sets the identifier for a Kpi associated with a PerspectiveKpi element.

命名空间:  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
A KPI identifier.

请参阅

参考

PerspectiveKpi 类

Microsoft.AnalysisServices 命名空间