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.StringThe data source type. This value must be "olap".
location
Type: System.StringThe location of the object in the repository.
tupleRecord
Type: DecompTupleRecordThe named filters to apply to the response.
queryParameters
Type: DecompQueryParametersThe sort type and client state.
viewState
Type: System.StringAdditional information for the query.
Return Value
Type: DecompRenderResultRecord
The result record.
See Also
Reference
BIMonitoringServiceApplicationProxy Class