IMutableTrigger.ExecutionContext Property

 

Applies To: SQL Server 2016 Preview

Gets or sets 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

IExecutionContext ExecutionContext { get; set; }
property IExecutionContext^ ExecutionContext {
    IExecutionContext^ get();
    void set(IExecutionContext^ value);
}
abstract ExecutionContext : IExecutionContext with get, set
Property ExecutionContext As IExecutionContext

Property Value

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

The IExecutionContext object that specifies the module execution context.

Implements

ITrigger.ExecutionContext

See Also

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

Return to top