Versions Compared

Key

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

...

Public Properties

PropertyDescription
CacheSizeSize This property specifies the the size of the cache used for the SQL Server Sequence. DATATYPE: Integer.
CycleTrue 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.
DatatypeData This property specifies the data type of the SQL Server Sequence. DATATYPE: String.This property
DataWidthData represents the data width of the SQL Server Sequence. DATATYPE: String.
DescriptionThis is the Description of the SQL Server Sequence. DATATYPE: String.
GenPostSQLThis property represents the Generate PostSQL of the SQL Server Sequence. DATATYPE: Boolean.
GenPreSQLThis property represents the Generate PreSQL of the SQL Server Sequence. DATATYPE: Boolean.
GUIDThis is the GUID of the SQL Server Sequence. DATATYPE: String.
HasMaxValueTrue This property holds true if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.This property
HasMinValueTrue holds true if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean.
IDReturns the SQL Server Sequence ID. DATATYPE: Integer.
IncrementByValue This property represents the value by which the SQL Server Sequence will be is implemented each time a new number is requested. DATATYPE: String.
MaxValueMaximum This property represents the maximum SQL Server Sequence value. DATATYPE: String.This property represents the minimum
MinValueMinimum SQL Server Sequence value. DATATYPE: String.
NameName This property represents the name of the SQL Server Sequence. DATATYPE: String.
NeedCacheThis property represents Represents the need for cache size value of the SQL Server Sequence. DATATYPE: Boolean.
NeedMaxValueTrue 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
NeedMinValueTrue if the SQL Server Sequence needs a set minimum value to be set, false otherwise. DATATYPE: Boolean.
OwnerOwner This property represents the owner of the SQL Server Sequence. DATATYPE: String.
PostSQLThis property represents the PostSQL of the SQL Server Sequence. DATATYPE: String.
PreSQLThis property represents the PreSQL of the SQL Server Sequence. DATATYPE: String.
StartWithValue with which This property represents the value that the SQL Server Sequence will start withstarts. DATATYPE: String.
Info
titleSee Also