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 preview 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 Overrides Function GetPreviewDataSet ( _
maxRecords As Integer _
) As DataSet
'Usage
Dim instance As TabularDataSourceProvider
Dim maxRecords As Integer
Dim returnValue As DataSet
returnValue = instance.GetPreviewDataSet(maxRecords)
public override DataSet GetPreviewDataSet(
int maxRecords
)
Parameters
maxRecords
Type: System.Int32The maximum number of records to return.
Return Value
Type: System.Data.DataSet
A dataset of the tabular data that contains up to the specified number of records.
Implements
IDataSourceMetadata.GetPreviewDataSet(Int32)
See Also
Reference
TabularDataSourceProvider Class
TabularDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace