IBIMonitoringServiceApplicationProxy.GetPreviewDataSet method

Gets a preview dataset from the specified data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Function GetPreviewDataSet ( _
    maxRecords As Integer, _
    dataSource As DataSource _
) As DataSet
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim maxRecords As Integer
Dim dataSource As DataSource
Dim returnValue As DataSet

returnValue = instance.GetPreviewDataSet(maxRecords, _
    dataSource)
DataSet GetPreviewDataSet(
    int maxRecords,
    DataSource dataSource
)

Parameters

  • maxRecords
    Type: System.Int32

    The maximum number of records to retrieve.

Return value

Type: System.Data.DataSet
A preview dataset from the specified data source.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace