Share via


TabularDataSourceProvider.GetPreviewDataSet method

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.Int32

    The 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