IdentityColumnInfo Class
SQL Server 2012
Provides the SQL Server identity column specification.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The IdentityColumnInfo type exposes the following members.
| Name | 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. |
| Name | 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. |

