Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
CacheSizeSize of the cache used for the SQL Server Sequence. DATATYPE: Integer.
CycleTrue if you want to cycle the SQL Server Sequence values when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean.
DatatypeData type of the SQL Server Sequence. DATATYPE: String.
DataWidthData width of the SQL Server Sequence. DATATYPE: String.
DescriptionDescription of the SQL Server Sequence. DATATYPE: String.
GenPostSQLGenerate PostSQL of the SQL Server Sequence. DATATYPE: Boolean.
GenPreSQLGenerate PreSQL of the SQL Server Sequence. DATATYPE: Boolean.
GUIDGUID of the SQL Server Sequence. DATATYPE: String.
HasMaxValueTrue if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.
HasMinValueTrue if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean.
IDReturns the SQL Server Sequence ID. DATATYPE: Integer.
IncrementByValue by which the SQL Server Sequence is implemented each time a new number is requested. DATATYPE: String.
MaxValueMaximum SQL Server Sequence value. DATATYPE: String.
MinValueMinimum SQL Server Sequence value. DATATYPE: String.
NameName of the SQL Server Sequence. DATATYPE: String.
NeedCacheNeed for cache size value of the SQL Server Sequence. DATATYPE: Boolean.
NeedMaxValueTrue if the SQL Server Sequence needs a maximum value to be set, false otherwise. DATATYPE: Boolean.
NeedMinValueTrue if the SQL Server Sequence needs a minimum value to be set, false otherwise. DATATYPE: Boolean.
OwnerOwner of the SQL Server Sequence. DATATYPE: String.
PostSQLPostSQL of the SQL Server Sequence. DATATYPE: String.
PreSQLPreSQL of the SQL Server Sequence. DATATYPE: String.
StartWithValue with which the SQL Server Sequence starts. DATATYPE: String.

...