Clase IdentityColumnInfo
Provides the SQL Server identity column specification.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..IdentityColumnInfo
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Class IdentityColumnInfo
'Uso
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo = class end
public class IdentityColumnInfo
El tipo IdentityColumnInfo expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)