PmServer Class (Microsoft.PerformancePoint.Scorecards.Server)

Provides core PerformancePoint server functionality, including create, read, update, and delete operations for first class objects (FCOs): dashboards, data sources, scorecards reports, KPIs, and indicators.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Class PmServer
    Implements IBpm
'Usage
Dim instance As PmServer
public class PmServer : IBpm

Remarks

This class is required to add support for third-party Web controls. It is the main interface used to access metadata and run queries defined by the serialized XML, which is stored as part of the FCO.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Server.PmServer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PmServer Members
Microsoft.PerformancePoint.Scorecards.Server Namespace