Property | Description |
---|
| This property specifies the the size Size of the cache used for the SQL Server Sequence. DATATYPE: Integer. |
| This property holds true True if the SQL Server Sequence values should be cycled when the minimum or maximum value is reached, false otherwise. DATATYPE: Boolean. |
| This property specifies the data Data type of the SQL Server Sequence. DATATYPE: String.This property represents |
| the data Data width of the SQL Server Sequence. DATATYPE: String. |
| This is the Description of the SQL Server Sequence. DATATYPE: String. |
| This property represents the Generate PostSQL of the SQL Server Sequence. DATATYPE: Boolean.This property represents |
| the Generate PreSQL of the SQL Server Sequence. DATATYPE: Boolean. |
| This is the GUID of the SQL Server Sequence. DATATYPE: String. |
| This property holds true True if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.This property holds |
| true True if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean. |
| Returns the SQL Server Sequence ID. DATATYPE: Integer. |
| This property represents the value Value by which the SQL Server Sequence will be is implemented each time a new number is requested. DATATYPE: String. |
| This property represents the maximum Maximum SQL Server Sequence value. DATATYPE: String.This property represents the minimum |
| Minimum SQL Server Sequence value. DATATYPE: String. |
| This property represents the name Name of the SQL Server Sequence. DATATYPE: String. |
| This property represents Represents the need for cache size value of the SQL Server Sequence. DATATYPE: Boolean. |
| This property holds true True if the SQL Server Sequence needs a set maximum value to be set, false otherwise. DATATYPE: Boolean.This property holds true |
| True if the SQL Server Sequence needs a set minimum value to be set, false otherwise. DATATYPE: Boolean. |
| This property represents the owner Owner of the SQL Server Sequence. DATATYPE: String.This property |
| represents the PostSQL of the SQL Server Sequence. DATATYPE: String. |
| This property represents the PreSQL of the SQL Server Sequence. DATATYPE: String. |
| This property represents the value that the Value with which the SQL Server Sequence will start withstarts. DATATYPE: String. |