IBIMonitoringStore.DeleteDataSource method
Deletes a data source from a SharePoint document library.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Sub DeleteDataSource ( _
location As RepositoryLocation _
)
'Usage
Dim instance As IBIMonitoringStore
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.