Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the ID of the parent Kpi.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ParentKpiID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains ParentKpiID.