Класс IdentityColumnInfo

Provides the SQL Server identity column specification.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Management.SqlParser.Metadata..::..IdentityColumnInfo

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Public Class IdentityColumnInfo
'Применение
Dim instance As IdentityColumnInfo
public class IdentityColumnInfo
public ref class IdentityColumnInfo
type IdentityColumnInfo =  class end
public class IdentityColumnInfo

Тип IdentityColumnInfo обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.