IComponentServiceGetFunction Method (String) |
Returns a function instance for the requested function symbol.
Namespace:
Dundas.BI.Data
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxFunctionDefinition GetFunction(
string symbol
)
Function GetFunction (
symbol As String
) As FunctionDefinition
FunctionDefinition^ GetFunction(
String^ symbol
)
abstract GetFunction :
symbol : string -> FunctionDefinition
Parameters
- symbol
- Type: SystemString
The function symbol.
Return Value
Type:
FunctionDefinitionThe requested function.
Exceptions| Exception | Condition |
|---|
| ArgumentException | symbol is or Empty
or
symbol is not an existing function symbol.
|
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also