Freigeben über


IdentityColumnInfo-Klasse

Provides the SQL Server identity column specification.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Management.SqlParser.Metadata..::..IdentityColumnInfo

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Class IdentityColumnInfo
'Usage
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo =  class end
public class IdentityColumnInfo

Der IdentityColumnInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode IdentityColumnInfo(Int64, Int64) Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.
Öffentliche Methode IdentityColumnInfo(Int64, Int64, Boolean) Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Increment Gets the identity increment of the identity column.
Öffentliche Eigenschaft NotForReplication Gets a value that indicates whether the identity is not for replication.
Öffentliche Eigenschaft Seed Gets the identity seed of the identity column.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

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