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