共用方式為


Kpi.ParentKpiID 屬性

Gets or sets the ID of the parent Kpi.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property ParentKpiID As String 
    Get 
    Set
'用途
Dim instance As Kpi 
Dim value As String 

value = instance.ParentKpiID

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

屬性值

型別:System.String
A String that contains ParentKpiID.

請參閱

參考

Kpi 類別

Microsoft.AnalysisServices 命名空間