BIMonitoringServiceApplicationProxy.DecompStartAnalyze method

Performs a drilldown query on an OLAP data cell.

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

Syntax

'Declaration
Public Function DecompStartAnalyze ( _
    type As String, _
    location As String, _
    tupleRecord As DecompTupleRecord, _
    queryParameters As DecompQueryParameters, _
    viewState As String _
) As DecompRenderResultRecord
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim type As String
Dim location As String
Dim tupleRecord As DecompTupleRecord
Dim queryParameters As DecompQueryParameters
Dim viewState As String
Dim returnValue As DecompRenderResultRecord

returnValue = instance.DecompStartAnalyze(type, _
    location, tupleRecord, queryParameters, _
    viewState)
public DecompRenderResultRecord DecompStartAnalyze(
    string type,
    string location,
    DecompTupleRecord tupleRecord,
    DecompQueryParameters queryParameters,
    string viewState
)

Parameters

  • type
    Type: System.String

    The data source type. This value must be "olap".

  • location
    Type: System.String

    The location of the object in the repository.

  • tupleRecord
    Type: DecompTupleRecord

    The named filters to apply to the response.

  • queryParameters
    Type: DecompQueryParameters

    The sort type and client state.

  • viewState
    Type: System.String

    Additional information for the query.

Return value

Type: DecompRenderResultRecord
The result record.

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace