Sequence Class
Model schema container class for Sequence
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.Model.Sequence
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public NotInheritable Class Sequence
'Usage
public static class Sequence
public ref class Sequence abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Sequence = class end
public final class Sequence
The Sequence type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() |
CacheSize | CacheSize property class of Sequence |
![]() ![]() |
DataType | DataType relationship class of Sequence |
![]() ![]() |
IncrementValue | IncrementValue property class of Sequence |
![]() ![]() |
IsCached | IsCached property class of Sequence |
![]() ![]() |
IsCycling | IsCycling property class of Sequence |
![]() ![]() |
MaxValue | MaxValue property class of Sequence |
![]() ![]() |
MinValue | MinValue property class of Sequence |
![]() ![]() |
NoMaxValue | NoMaxValue property class of Sequence |
![]() ![]() |
NoMinValue | NoMinValue property class of Sequence |
![]() ![]() |
Schema | Schema relationship class of Sequence |
![]() ![]() |
StartValue | StartValue property class of Sequence |
![]() ![]() |
TypeClass | Type class for Sequence |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.