Compartir a través de


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

Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)

Sintaxis

'Declaración
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

Valor de propiedad

A collection of Kpis.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdServer Namespace