Property | Description |
---|
CacheSize | Size of the cache used for the SQL Server Sequence. DATATYPE: Integer. |
| True if you want to cycle the SQL Server Sequence values when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
| Data type of the SQL Server Sequence. DATATYPE: String. |
| Data width of the SQL Server Sequence. DATATYPE: String. |
| Description of the SQL Server Sequence. DATATYPE: String. |
| Generate PostSQL of the SQL Server Sequence. DATATYPE: Boolean. |
| Generate PreSQL of the SQL Server Sequence. DATATYPE: Boolean. |
| GUID of the SQL Server Sequence. DATATYPE: String. |
| True if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean. |
| True if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean. |
| Returns the SQL Server Sequence ID. DATATYPE: Integer. |
| Value by which the SQL Server Sequence is implemented each time a new number is requested. DATATYPE: String. |
| Maximum SQL Server Sequence value. DATATYPE: String. |
| Minimum SQL Server Sequence value. DATATYPE: String. |
| Name of the SQL Server Sequence. DATATYPE: String. |
| Need for cache size value of the SQL Server Sequence. DATATYPE: Boolean. |
| True if the SQL Server Sequence needs a maximum value to be set, false otherwise. DATATYPE: Boolean. |
| True if the SQL Server Sequence needs a minimum value to be set, false otherwise. DATATYPE: Boolean. |
| Owner of the SQL Server Sequence. DATATYPE: String. |
| PostSQL of the SQL Server Sequence. DATATYPE: String. |
| PreSQL of the SQL Server Sequence. DATATYPE: String. |
| Value with which the SQL Server Sequence starts. DATATYPE: String. |