Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
listUrl
Type: System.StringThe 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