IBIMonitoringServiceApplicationProxy.GetAsKpis method

Gets the imported key performance indicators (KPIs) from the specified Microsoft SQL Server Analysis Services data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function GetAsKpis ( _
    dataSource As DataSource, _
    listUrl As String _
) As KpiCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim listUrl As String
Dim returnValue As KpiCollection

returnValue = instance.GetAsKpis(dataSource, _
    listUrl)
KpiCollection GetAsKpis(
    DataSource dataSource,
    string listUrl
)

Parameters

  • listUrl
    Type: System.String

    The server-relative URL of the SharePoint document library to store the KPIs. Example: /BI Center/Data Connections for PerformancePoint.

Return value

Type: Microsoft.PerformancePoint.Scorecards.KpiCollection
The imported KPIs.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace