IExecutionContext Interface
Represents a SQL Server user-defined module execution context.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | ContextType | Gets an ExecutionContextType value that indicates the execution context for the module. |
![]() | Login | Gets the SQL Server login that can be used in an EXECUTE AS clause. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | User | Gets the user that can be used in an EXECUTE AS clause. |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

