xSQL.Schema.SqlServer Namespace : SqlSequence Class |
For a list of all members of this type, see SqlSequence members.
Name | Description | |
---|---|---|
![]() | CacheSize | Gets or sets the sequence cache size. |
![]() | CurrentValue | Gets or sets the sequence current value. |
![]() | DataType | Gets or sets the sequence data type. |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Gets the delimited full name for the entity formatted as [schema].[name]. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingName | Gets the fully-qualifying name for the entity. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingNameDelimited | Gets the fully-qualifying name for the entity with delimiters. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | IncrementValue | Gets or sets the sequence increment value. |
![]() | IsCachingEnabled | Gets or sets the value that indicates whether the caching is enabled. |
![]() | IsCyclingEnabled | Gets or sets the value that indicates whether the sequence should start from the min or max value when the max or min value is exceeded. |
![]() | IsExhausted | Indicates whether the sequence has reached the min or the max value and no more values can be extracted without raising an error. |
![]() | MaxValue | Gets or sets the sequence max value. |
![]() | MinValue | Gets or sets the sequence min value. |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
![]() | SqlDatabase | Gets the SqlDatabase to which the entity belongs. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | SqlEntityType | Gets the type of the entity. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | SqlExtendedProperties | Gets the collection of extended properties that belong to the sequence. |
![]() | SqlPermissions | Gets the collection of permissions assigned to the sequence. |
![]() | StartValue | Gets or sets the sequence start value. |