Share via


CubeDef.Kpis Property

Gets the Kpis associated with the CubeDef. This member is not supported for versions of Analysis Services earlier than Microsoft SSQL Server 2005 Analysis Services (SSAS).

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.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.AdomdServer Namespace