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.
Gets the underlying data source object for this data source.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public Overridable Function GetDataSource As DataSource
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As DataSource
returnValue = instance.GetDataSource()
public virtual DataSource GetDataSource()
Return Value
Type: Microsoft.PerformancePoint.Scorecards.DataSource
Remarks
This method is used internally.
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace