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.
Updates a data source in a SharePoint document library.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function UpdateDataSource ( _
dataSource As DataSource _
) As DataSource
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As DataSource
returnValue = instance.UpdateDataSource(dataSource)
DataSource UpdateDataSource(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe data source object to update.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DataSource
The updated object, which contains updated information such its location and version number.
Remarks
PerformancePoint Services in Microsoft SharePoint Server 2010 uses SharePoint document libraries as the repository for data sources.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface