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
Property Value
A collection of KPIs.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace