This topic has not yet been rated - Rate this topic

IdentityColumnInfo Class

Provides the SQL Server identity column specification.

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)
public class IdentityColumnInfo

The IdentityColumnInfo type exposes the following members.

  NameDescription
Public methodIdentityColumnInfo(Int64, Int64)Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.
Public methodIdentityColumnInfo(Int64, Int64, Boolean)Initializes a new instance of the IdentityColumnInfo class using the specified seed and increment values.
Top
  NameDescription
Public propertyIncrementGets the identity increment of the identity column.
Public propertyNotForReplicationGets a value that indicates whether the identity is not for replication.
Public propertySeedGets the identity seed of the identity column.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.