GeneratedAlwaysType 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.
Types of temporal auto-generated columns
public enum GeneratedAlwaysType
type GeneratedAlwaysType =
Public Enum GeneratedAlwaysType
- Inheritance
-
GeneratedAlwaysType
Fields
Name | Value | Description |
---|---|---|
None | 0 | Column value is not auto-generated (non-temporal columns) |
AsRowStart | 1 | Column value is GENERATED ALWAYS AS ROW START |
AsRowEnd | 2 | Column value is GENERATED ALWAYS AS ROW END |