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 the KPI from a PerspectiveKpi object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Kpi As Kpi
Get
'Usage
Dim instance As PerspectiveKpi
Dim value As Kpi
value = instance.Kpi
[BrowsableAttribute(false)]
public Kpi Kpi { get; }
[BrowsableAttribute(false)]
public:
property Kpi^ Kpi {
Kpi^ get ();
}
[<BrowsableAttribute(false)>]
member Kpi : Kpi
function get Kpi () : Kpi
Property Value
Type: Microsoft.AnalysisServices.Kpi
A KPI definition.