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
expression
Type: System.StringThe formula expression.
Return Value
Type: System.Boolean
true if the formula expression is valid; otherwise false.