PmService.BeginGetPreviewDataSet Method (Microsoft.PerformancePoint.Scorecards)

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function BeginGetPreviewDataSet ( _
    maxRecords As Integer, _
    dataSource As DataSource, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As PmService
Dim maxRecords As Integer
Dim dataSource As DataSource
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetPreviewDataSet(maxRecords, dataSource, callback, asyncState)
public IAsyncResult BeginGetPreviewDataSet (
    int maxRecords,
    DataSource dataSource,
    AsyncCallback callback,
    Object asyncState
)

Parameters

  • maxRecords
  • dataSource
  • callback
  • asyncState

Remarks

Please see documentation for IBpm

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards Namespace