IMetricSetServiceParseFormulaStatement Method |
Parses the specified formula statement and identifies possible placeholder captions.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxParseResult ParseFormulaStatement(
string statement
)
Function ParseFormulaStatement (
statement As String
) As ParseResult
ParseResult^ ParseFormulaStatement(
String^ statement
)
abstract ParseFormulaStatement :
statement : string -> ParseResult
Parameters
- statement
- Type: SystemString
The statement.
Return Value
Type:
ParseResultThe
ParseResult.
Exceptions| Exception | Condition |
|---|
| ArgumentException | statement is or Empty. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also