Share via


BIMonitoringServiceApplicationProxy.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
Public Function GetAsKpis ( _
    dataSource As DataSource, _
    listUrl As String _
) As KpiCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim listUrl As String
Dim returnValue As KpiCollection

returnValue = instance.GetAsKpis(dataSource, _
    listUrl)
public 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.

Implements

IBIMonitoringServiceApplicationProxy.GetAsKpis(DataSource, String)

Remarks

GetAsKpis(DataSource, String) does not publish the KPIs to the SharePoint list. To publish the KPIs, call the SPDataStore.CreateKpi(String, Kpi) method.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace