Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the currently active execution context.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property CurrentExecutionContext As IExecutionContext
Get
'Usage
Dim instance As IMetadataCatalog
Dim value As IExecutionContext
value = instance.CurrentExecutionContext
IExecutionContext CurrentExecutionContext { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.IExecutionContext
The currently active execution context.
Remarks
Execution context can be used to track and modify the behavior of operations against the external system. It also allows direct communication between a custom connector and the application.