다음을 통해 공유


GeneratedAlwaysType Enum

Definition

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

Applies to