IdentityColumnInfo Class
Provides the SQL Server identity column specification.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


