IBIMonitoringServiceApplicationProxy.DeleteDataSource Method
Deletes a data source from a SharePoint document library.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Sub DeleteDataSource ( _
location As RepositoryLocation _
)
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim location As RepositoryLocation
instance.DeleteDataSource(location)
void DeleteDataSource(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the data source in the SharePoint document library.
Remarks
PerformancePoint Services in Microsoft SharePoint Server 2010 uses SharePoint document libraries as the repository for data sources.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface