IProviderConnectorExecuteScript Method (Guid, IDictionaryString, Object) |
Executes the script for the specified parameter ID.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
SyntaxObject ExecuteScript(
Guid parameterId,
IDictionary<string, Object> scriptObjects
)
Function ExecuteScript (
parameterId As Guid,
scriptObjects As IDictionary(Of String, Object)
) As Object
Object^ ExecuteScript(
Guid parameterId,
IDictionary<String^, Object^>^ scriptObjects
)
abstract ExecuteScript :
parameterId : Guid *
scriptObjects : IDictionary<string, Object> -> Object
Parameters
- parameterId
- Type: SystemGuid
ID of the parameter. - scriptObjects
- Type: System.Collections.GenericIDictionaryString, Object
The additional objects to be available in script.
Return Value
Type:
ObjectThe script return value.
See Also