Поделиться через


Класс ReplicationColumn

Represents a column object in a table that contains information needed by replication.

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

System.Object
  Microsoft.SqlServer.Replication.ReplicationColumn

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

Синтаксис

'Декларация
Public NotInheritable Class ReplicationColumn
'Применение
Dim instance As ReplicationColumn
public sealed class ReplicationColumn
public ref class ReplicationColumn sealed
[<SealedAttribute>]
type ReplicationColumn =  class end
public final class ReplicationColumn

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

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

  Имя Описание
Открытый метод ReplicationColumn Creates a new instance of the ReplicationColumn class.

В начало

Свойства

  Имя Описание
Открытое свойство AllowNulls Gets or sets whether the column can accept null as a value or not.
Открытое свойство ColumnId Gets or sets the ID value that uniquely identifies the column object.
Открытое свойство Datatype Gets or sets the data type name for this column.
Открытое свойство DriDefaultName Gets or sets the name of the default constraint used by this column.
Открытое свойство InPrimaryKey Gets or sets whether the column is participating in a primary key or not.
Открытое свойство IsIdentity Gets or sets whether this column is an identity column or not.
Открытое свойство IsRowGuidColumn Gets or sets whether the column is used as the globally unique identifier (GUID) for rows in a table or not.
Открытое свойство Name Gets or sets the name of the column.
Открытое свойство PhysicalDatatype Gets or sets the name of the base data type for this column.
Открытое свойство UserData Gets or sets an object property that allows users to attach their own data to this object.

В начало

Методы

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

В начало

Замечания

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

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

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

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication