Freigeben über


IDataSourceQuery.CheckFormula-Methode

Überprüfung ein Formelausdrucks.

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
)

Parameter

Rückgabewert

Typ: System.Boolean
true Wenn der Formel Ausdruck gültig ist; andernfalls false.

Siehe auch

Referenz

IDataSourceQuery Schnittstelle

IDataSourceQuery-Member

Microsoft.PerformancePoint.Scorecards-Namespace