Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the ID of the parent Kpi.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property ParentKpiID As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A String that contains ParentKpiID.