Share via


PmService.GetAsKpis Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets the imported KPIs from Analysis Services (without publishing).

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetAsKpis ( _
    dataSource As DataSource _
) As KpiCollection
'Usage
Dim instance As PmService
Dim dataSource As DataSource
Dim returnValue As KpiCollection

returnValue = instance.GetAsKpis(dataSource)
[WebMethodAttribute] 
public KpiCollection GetAsKpis (
    DataSource dataSource
)

Parameters

  • dataSource
    The Analysis Services data source.

Return Value

The importable KPIs.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace