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.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.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface