다음을 통해 공유


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