Proprietà CubeDef.Kpis

Gets the Key Performance Indicators (KPIs) associated with the CubeDef. This member is not supported for versions of Analysis Services earlier than Microsoft SQL Server 2005 Analysis Services (SSAS).

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Kpis As KpiCollection 
    Get
'Utilizzo
Dim instance As CubeDef 
Dim value As KpiCollection 

value = instance.Kpis
public KpiCollection Kpis { get; }
public:
property KpiCollection^ Kpis {
    KpiCollection^ get ();
}
member Kpis : KpiCollection
function get Kpis () : KpiCollection

Valore proprietà

Tipo: Microsoft.AnalysisServices.AdomdClient.KpiCollection
A collection of KPIs.

Vedere anche

Riferimento

CubeDef Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient