IExecutionContextFactory Interface
Provides methods that are used to create IExecutionContext objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateExecuteAsCaller() | Creates an IExecutionContext object that represents the EXECUTE AS CALLER execution context. |
![]() | CreateExecuteAsLogin(ILogin^) | Creates an IExecutionContext object that represents the EXECUTE AS LOGIN execution context. |
![]() | CreateExecuteAsOwner() | Creates an IExecutionContext object that represents the EXECUTE AS OWNER execution context. |
![]() | CreateExecuteAsSelf() | Creates an IExecutionContext object that represents the EXECUTE AS SELF execution context. |
![]() | CreateExecuteAsUser(IUser^) | Creates an IExecutionContext object that represents the EXECUTE AS USER execution context. |
Show:
