Property | Description |
---|
CacheSize | Size This property specifies the the size of the cache used for the SQL Server Sequence. DATATYPE: Integer. |
Cycle | True This property holds true if the SQL Server Sequence values should be cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
Datatype | Data This property specifies the data type of the SQL Server Sequence. DATATYPE: String.This property |
DataWidth | Data represents the data width of the SQL Server Sequence. DATATYPE: String. |
Description | This is the Description of the SQL Server Sequence. DATATYPE: String. |
GenPostSQL | This property represents the Generate PostSQL of the SQL Server Sequence. DATATYPE: Boolean. |
GenPreSQL | This property represents the Generate PreSQL of the SQL Server Sequence. DATATYPE: Boolean. |
GUID | This is the GUID of the SQL Server Sequence. DATATYPE: String. |
HasMaxValue | True This property holds true if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.This property |
HasMinValue | True holds 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 This property represents the value by which the SQL Server Sequence will be is implemented each time a new number is requested. DATATYPE: String. |
MaxValue | Maximum This property represents the maximum SQL Server Sequence value. DATATYPE: String.This property represents the minimum |
MinValue | Minimum SQL Server Sequence value. DATATYPE: String. |
Name | Name This property represents the name of the SQL Server Sequence. DATATYPE: String. |
NeedCache | This property represents Represents the need for cache size value of the SQL Server Sequence. DATATYPE: Boolean. |
NeedMaxValue | True This property holds true if the SQL Server Sequence needs a set maximum value to be set, false otherwise. DATATYPE: Boolean.This property holds true |
NeedMinValue | True if the SQL Server Sequence needs a set minimum value to be set, false otherwise. DATATYPE: Boolean. |
Owner | Owner This property represents the owner of the SQL Server Sequence. DATATYPE: String. |
PostSQL | This property represents the PostSQL of the SQL Server Sequence. DATATYPE: String. |
PreSQL | This property represents the PreSQL of the SQL Server Sequence. DATATYPE: String. |
StartWith | Value with which This property represents the value that the SQL Server Sequence will start withstarts. DATATYPE: String. |