Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.