Condividi tramite


Kpi Class

Key performance indicators (KPIs) are metadata wrappers around measures and MDX expressions.

Spazio dei nomi: Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")> _
Public NotInheritable Class Kpi
    Inherits IMetadataObject
    Implements IDisposable
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public sealed class Kpi : IMetadataObject, IDisposable
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly")] 
public ref class Kpi sealed : public IMetadataObject, IDisposable
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly") */ 
public final class Kpi extends IMetadataObject implements IDisposable
SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly") 
public final class Kpi extends IMetadataObject implements IDisposable

Osservazioni

KPIs provide a framework for categorizing these expressions into a set of pre-defined data roles (actual, goal, trend, status, and others), which allows UI developers additional metadata for creating new interfaces.

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.AdomdServer.IMetadataObject
    Microsoft.AnalysisServices.AdomdServer.Kpi

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Kpi Members
Microsoft.AnalysisServices.AdomdServer Namespace