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.