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
expression
Typ: System.StringDer Formel-Ausdruck.
Rückgabewert
Typ: System.Boolean
true Wenn der Formel Ausdruck gültig ist; andernfalls false.