BIMonitoringServiceApplicationProxy.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
Public Function GetPreviewDataSet ( _
maxRecords As Integer, _
dataSource As DataSource _
) As DataSet
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim maxRecords As Integer
Dim dataSource As DataSource
Dim returnValue As DataSet
returnValue = instance.GetPreviewDataSet(maxRecords, _
dataSource)
public DataSet GetPreviewDataSet(
int maxRecords,
DataSource dataSource
)
Parameters
maxRecords
Type: System.Int32The maximum number of records to retrieve.
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: System.Data.DataSet
A preview dataset from the specified data source.
Implements
IBIMonitoringServiceApplicationProxy.GetPreviewDataSet(Int32, DataSource)
See Also
Reference
BIMonitoringServiceApplicationProxy Class