IBIMonitoringStore.GetDataSource-Methode
Ruft eine Datenquelle aus einer SharePoint-Dokumentbibliothek.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetDataSource ( _
location As RepositoryLocation _
) As DataSource
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As DataSource
returnValue = instance.GetDataSource(location)
DataSource GetDataSource(
RepositoryLocation location
)
Parameter
location
Typ: Microsoft.PerformancePoint.Scorecards.RepositoryLocationDer Speicherort der Datenquelle in der SharePoint-Dokumentbibliothek.
Rückgabewert
Typ: Microsoft.PerformancePoint.Scorecards.DataSource
Der angeforderte Datenquelle oder ein Nullverweis (Nothing in Visual Basic) ist nicht vorhanden.