다음을 통해 공유


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