共用方式為


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.