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 | |
|---|---|---|
![]() |
IdentityColumnInfo(Int64, Int64) | Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values. |
![]() |
IdentityColumnInfo(Int64, Int64, Boolean) | Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Increment | Gets the identity increment of the identity column. |
![]() |
NotForReplication | Gets a value that indicates whether the identity is not for replication. |
![]() |
Seed | Gets the identity seed of the identity column. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
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.
.gif)
.gif)
.gif)