Share via


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