DatabaseDdlTriggerExecutionContext Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the user context in which assembly code will run.
public enum DatabaseDdlTriggerExecutionContext
type DatabaseDdlTriggerExecutionContext =
Public Enum DatabaseDdlTriggerExecutionContext
- Inheritance
-
DatabaseDdlTriggerExecutionContext
Fields
Caller | 1 | Run in context of caller. |
ExecuteAsUser | 2 | Run as specified login with ExecuteAsLogin property. |
Self | 3 | shortcut for ExecuteAsUser. resolves to user doing the alter/create |