IUserDefinedFunctionModuleBase.ExecutionContext Property

 

Applies To: SQL Server 2016 Preview

Gets the IExecutionContext object that specifies the module execution context.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

IExecutionContext ExecutionContext { get; }
property IExecutionContext^ ExecutionContext {
    IExecutionContext^ get();
}
abstract ExecutionContext : IExecutionContext with get
ReadOnly Property ExecutionContext As IExecutionContext

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IExecutionContext

The IExecutionContext object that specifies the module execution context.

See Also

IUserDefinedFunctionModuleBase Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top