Property | Description |
---|
CacheSize | Size of the cache used for the SQL Server Sequence. DATATYPE: Integer. |
Cycle | True if the SQL Server Sequence values should be cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
Datatype | Data type of the SQL Server Sequence. DATATYPE: String. |
DataWidth | Data width of the SQL Server Sequence. DATATYPE: String. |
Description | Description of the SQL Server Sequence. DATATYPE: String. |
GenPostSQL | Generate PostSQL of the SQL Server Sequence. DATATYPE: Boolean. |
GenPreSQL | Generate PreSQL of the SQL Server Sequence. DATATYPE: Boolean. |
GUID | GUID of the SQL Server Sequence. DATATYPE: String. |
HasMaxValue | True if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean. |
HasMinValue | True if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean. |
ID | Returns the SQL Server Sequence ID. DATATYPE: Integer. |
IncrementBy | Value by which the SQL Server Sequence is implemented each time a new number is requested. DATATYPE: String. |
MaxValue | Maximum SQL Server Sequence value. DATATYPE: String. |
MinValue | Minimum SQL Server Sequence value. DATATYPE: String. |
Name | Name of the SQL Server Sequence. DATATYPE: String. |
NeedCache | Represents the need for cache size value of the SQL Server Sequence. DATATYPE: Boolean. |
NeedMaxValue | True if the SQL Server Sequence needs a set maximum value, false otherwise. DATATYPE: Boolean. |
NeedMinValue | True if the SQL Server Sequence needs a set minimum value, false otherwise. DATATYPE: Boolean. |
Owner | Owner of the SQL Server Sequence. DATATYPE: String. |
PostSQL | PostSQL of the SQL Server Sequence. DATATYPE: String. |
PreSQL | PreSQL of the SQL Server Sequence. DATATYPE: String. |
StartWith | Value with which the SQL Server Sequence starts. DATATYPE: String. |