You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 of the cache used for the SQL Server Sequence. DATATYPE: Integer.

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.

This property specifies the data type of the SQL Server Sequence. DATATYPE: String.

This property represents the 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 if the SQL Server Sequence has a maximum value set, false otherwise. DATATYPE: Boolean.

This property holds 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 by which the SQL Server Sequence will be implemented each time a new number is requested. DATATYPE: String.

This property represents the maximum SQL Server Sequence value. DATATYPE: String.

This property represents the minimum SQL Server Sequence value. DATATYPE: String.

This property represents the name of the SQL Server Sequence. DATATYPE: String.

This property represents the need for cache size value of the SQL Server Sequence. DATATYPE: Boolean.

This property holds true if the SQL Server Sequence needs a maximum value to be set, false otherwise. DATATYPE: Boolean.

This property holds true if the SQL Server Sequence needs a minimum value to be set, false otherwise. DATATYPE: Boolean.

This property represents the 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 SQL Server Sequence will start with. DATATYPE: String.
  • No labels