Classe IdentityColumnInfo
Provides the SQL Server identity column specification.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..IdentityColumnInfo
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Class IdentityColumnInfo
'Uso
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo = class end
public class IdentityColumnInfo
O tipo IdentityColumnInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.