Classe IdentityColumnInfo
Provides the SQL Server identity column specification.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.SqlParser.Metadata..::..IdentityColumnInfo
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Class IdentityColumnInfo
'Utilizzo
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo = class end
public class IdentityColumnInfo
Nel tipo IdentityColumnInfo sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
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 alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
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 alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)