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.