Share via


IDataSourceQuery.CheckFormula method

Validates a formula expression.

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

Syntax

'Declaration
Function CheckFormula ( _
    expression As String _
) As Boolean
'Usage
Dim instance As IDataSourceQuery
Dim expression As String
Dim returnValue As Boolean

returnValue = instance.CheckFormula(expression)
bool CheckFormula(
    string expression
)

Parameters

Return value

Type: System.Boolean
true if the formula expression is valid; otherwise false.

See also

Reference

IDataSourceQuery interface

IDataSourceQuery members

Microsoft.PerformancePoint.Scorecards namespace