Versions Compared

Key

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

Public Methods

MethodDescription
BoundAttachmentsReturns the BoundAttachments collection of this Object.
ObjectPermissionsReturns the collection of Object Permissions for this object.
UserCommentsReturns the user comments collection associated with this Object.

Public Properties

PropertyDescription
This property specifies the the size
CacheSizeSize of the cache used for the SQL Server Sequence. DATATYPE: Integer.
This property holds true
CycleTrue 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
DatatypeData type of the SQL Server Sequence. DATATYPE: String.
This property represents the data
DataWidthData width of the SQL Server Sequence. DATATYPE: String.
This is the
DescriptionDescription of the SQL Server Sequence. DATATYPE: String.
This property represents the
GenPostSQLGenerate PostSQL of the SQL Server Sequence. DATATYPE: Boolean.
This property represents the
GenPreSQLGenerate PreSQL of the SQL Server Sequence. DATATYPE: Boolean.
GUID
This is the
GUID of the SQL Server Sequence. DATATYPE: String.
This property holds true
HasMaxValueTrue if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.
HasMinValueTrue
This property holds true
if the SQL Server Sequence has a minimum value set, false otherwise. DATATYPE: Boolean.
IDReturns the SQL Server Sequence ID. DATATYPE: Integer.
This property represents the value
IncrementByValue by which the SQL Server Sequence
will be
is implemented each time a new number is requested. DATATYPE: String.
This property represents the maximum
MaxValueMaximum SQL Server Sequence value. DATATYPE: String.
This property represents the minimum
MinValueMinimum SQL Server Sequence value. DATATYPE: String.
This property represents the name
NameName 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.
This property holds true
NeedMaxValueTrue 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.
This property represents the owner
OwnerOwner of the SQL Server Sequence. DATATYPE: String.
This property represents the
PostSQLPostSQL of the SQL Server Sequence. DATATYPE: String.
This property represents the
PreSQLPreSQL of the SQL Server Sequence. DATATYPE: String.
This property represents the value that
StartWithValue with which the SQL Server Sequence
will start with
starts. DATATYPE: String.
Info
titleSee Also