Share via


ITrigger.ExecutionContext Property

Gets an 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

'Declaration
ReadOnly Property ExecutionContext As IExecutionContext
    Get
'Usage
Dim instance As ITrigger
Dim value As IExecutionContext

value = instance.ExecutionContext
IExecutionContext ExecutionContext { get; }
property IExecutionContext^ ExecutionContext {
    IExecutionContext^ get ();
}
abstract ExecutionContext : IExecutionContext
function get ExecutionContext () : IExecutionContext

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IExecutionContext
The IExecutionContext object that specifies the module execution context.