IdentityColumnInfo Class
Provides the SQL Server identity column specification.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.SqlParser.Metadata.IdentityColumnInfo
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Public Class IdentityColumnInfo
'Usage
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo = class end
public class IdentityColumnInfo
The IdentityColumnInfo type exposes the following members.
Constructors
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. |
Top
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.