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
Public propertyStatic member CacheSize CacheSize property class of Sequence
Public propertyStatic member DataType DataType relationship class of Sequence
Public propertyStatic member IncrementValue IncrementValue property class of Sequence
Public propertyStatic member IsCached IsCached property class of Sequence
Public propertyStatic member IsCycling IsCycling property class of Sequence
Public propertyStatic member MaxValue MaxValue property class of Sequence
Public propertyStatic member MinValue MinValue property class of Sequence
Public propertyStatic member NoMaxValue NoMaxValue property class of Sequence
Public propertyStatic member NoMinValue NoMinValue property class of Sequence
Public propertyStatic member Schema Schema relationship class of Sequence
Public propertyStatic member StartValue StartValue property class of Sequence
Public propertyStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace