Перечисление ExecutionContextType
Specifies the execution context for the user-defined module.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Enumeration ExecutionContextType
'Применение
Dim instance As ExecutionContextType
public enum ExecutionContextType
public enum class ExecutionContextType
type ExecutionContextType
public enum ExecutionContextType
Элементы
| Имя элемента | Описание | |
|---|---|---|
| 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. |