SqlModuleOptionType 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.
public enum SqlModuleOptionType
type SqlModuleOptionType =
Public Enum SqlModuleOptionType
- Inheritance
-
SqlModuleOptionType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Recompile | 1 | |
Encryption | 2 | |
ExecuteAs | 3 | |
SchemaBinding | 4 | |
ViewMetadata | 5 | |
ReturnsNullOnNullInput | 6 | |
CalledOnNullInput | 7 | |
NativeCompilation | 8 |