Share via


IMetadataCatalog.CreateExecutionContext Method

Creates an execution context.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function CreateExecutionContext As IExecutionContext
'Usage
Dim instance As IMetadataCatalog
Dim returnValue As IExecutionContext

returnValue = instance.CreateExecutionContext()
IExecutionContext CreateExecutionContext()

Return Value

Type: Microsoft.BusinessData.Runtime.IExecutionContext
The 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.

See Also

Reference

IMetadataCatalog Interface

IMetadataCatalog Members

Microsoft.BusinessData.MetadataModel Namespace