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 data from the data source.
Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)
Syntax
'Declaration
Public MustOverride Function GetDataSet As DataSet
'Usage
Dim instance As TabularDataSourceProvider
Dim returnValue As DataSet
returnValue = instance.GetDataSet()
public abstract DataSet GetDataSet()
Return Value
Type: System.Data.DataSet
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace