Share via


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
Public method IdentityColumnInfo(Int64, Int64) Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.
Public method IdentityColumnInfo(Int64, Int64, Boolean) Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.

Top

Properties

  Name Description
Public property Increment Gets the identity increment of the identity column.
Public property NotForReplication Gets a value that indicates whether the identity is not for replication.
Public property Seed Gets the identity seed of the identity column.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace