DataSourceRegistry.GetAdomdDataSource Method
Gets a data source object with the corresponding type ID to wrap the data source data.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Shared Function GetAdomdDataSource ( _
dataSource As DataSource _
) As IAdomdDataSourceProvider
'Usage
Dim dataSource As DataSource
Dim returnValue As IAdomdDataSourceProvider
returnValue = DataSourceRegistry.GetAdomdDataSource(dataSource)
public static IAdomdDataSourceProvider GetAdomdDataSource(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe data source data object.
Return Value
Type: IAdomdDataSourceProvider
A new data source object that wraps the data source data object.