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.
Possible values for 'GENERATED ALWAYS' clause
public enum GeneratedAlwaysType
type GeneratedAlwaysType =
Public Enum GeneratedAlwaysType
- Inheritance
-
GeneratedAlwaysType
Fields
Name | Value | Description |
---|---|---|
RowStart | 0 | GENERATED ALWAYS AS ROW START |
RowEnd | 1 | GENERATED ALWAYS AS ROW END |
UserIdStart | 2 | GENERATED ALWAYS AS SUSER_SID START |
UserIdEnd | 3 | GENERATED ALWAYS AS SUSER_SID END |
UserNameStart | 4 | GENERATED ALWAYS AS SUSER_SNAME START |
UserNameEnd | 5 | GENERATED ALWAYS AS SUSER_SNAME END |
TransactionIdStart | 6 | GENERATED ALWAYS AS TRANSACTION_Id START |
TransactionIdEnd | 7 | GENERATED ALWAYS AS TRANSACTION_Id END |
SequenceNumberStart | 8 | GENERATED ALWAYS AS SEQUENCE_NUMBER START |
SequenceNumberEnd | 9 | GENERATED ALWAYS AS SEQUENCE_NUMBER END |