Classe IdentityColumnInfo
Provides the SQL Server identity column specification.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..IdentityColumnInfo
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
Public Class IdentityColumnInfo
'Utilisation
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo = class end
public class IdentityColumnInfo
Le type IdentityColumnInfo expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)