CubeDef.Kpis Property
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).
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Syntax
'Declaration
Public ReadOnly Property Kpis As KpiCollection
public KpiCollection Kpis { get; }
public:
property KpiCollection^ Kpis {
KpiCollection^ get ();
}
/** @property */
public KpiCollection get_Kpis ()
public function get Kpis () : KpiCollection
Eigenschaftswert
A collection of KPIs.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace