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 命名空间