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
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.
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