Share via


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.