Enum SqlExecutionContext
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Specifies the user context in which assembly code will run.
public enum SqlExecutionContext
Fields
Caller = 1
The code will run in the context of the caller.
ExecuteAsUser = 3
The code will run as the specified user.
Owner = 2
The code will run as the owner.
Self = 4
The code will run as the specified user.
Unknown = 0
The execution context is unknown.