ExecutionContextType Enumeration
Specifies the execution context for the user-defined module.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Member name | Description | |
|---|---|---|
| Caller | The execution context is the caller of the module. | |
| ExecuteAsLogin | The execution context is the specified login name. | |
| ExecuteAsUser | The execution context is the specified user name. | |
| Owner | The execution context is the current owner of the module. | |
| Self | The execution context is the user that is creating or modifying the module. |
Show: