Поделиться через


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).

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
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

Значение свойства

A collection of KPIs.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace