ActivationExecutionContext Enumeration
The ActivationExecutionContext enumeration contains values that specify the security context used by a procedure. These procedures are activated by a service queue.
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| ExecuteAsUser | The activated procedure is executed with the security context of a specified user. | |
| Owner | The activated procedure is executed with the security context of the ServiceQueue object owner. | |
| Self | Self. |
The ActivationExecutionContext enumeration class is served by the ServiceQueue class.
Show: