Freigeben über


Sequence-Klasse

Model schema container class for Sequence

Vererbungshierarchie

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

Der Sequence-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element CacheSize CacheSize property class of Sequence
Öffentliche EigenschaftStatisches Element DataType DataType relationship class of Sequence
Öffentliche EigenschaftStatisches Element IncrementValue IncrementValue property class of Sequence
Öffentliche EigenschaftStatisches Element IsCached IsCached property class of Sequence
Öffentliche EigenschaftStatisches Element IsCycling IsCycling property class of Sequence
Öffentliche EigenschaftStatisches Element MaxValue MaxValue property class of Sequence
Öffentliche EigenschaftStatisches Element MinValue MinValue property class of Sequence
Öffentliche EigenschaftStatisches Element NoMaxValue NoMaxValue property class of Sequence
Öffentliche EigenschaftStatisches Element NoMinValue NoMinValue property class of Sequence
Öffentliche EigenschaftStatisches Element Schema Schema relationship class of Sequence
Öffentliche EigenschaftStatisches Element StartValue StartValue property class of Sequence
Öffentliche EigenschaftStatisches Element TypeClass Type class for Sequence

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace