Compartilhar via


Membros ReplicationColumn

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

O tipo ReplicationColumn expõe os seguintes membros.

Construtores

  Nome Descrição
Método público ReplicationColumn Creates a new instance of the ReplicationColumn class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública AllowNulls Gets or sets whether the column can accept null as a value or not.
Propriedade pública ColumnId Gets or sets the ID value that uniquely identifies the column object.
Propriedade pública Datatype Gets or sets the data type name for this column.
Propriedade pública DriDefaultName Gets or sets the name of the default constraint used by this column.
Propriedade pública InPrimaryKey Gets or sets whether the column is participating in a primary key or not.
Propriedade pública IsIdentity Gets or sets whether this column is an identity column or not.
Propriedade pública IsRowGuidColumn Gets or sets whether the column is used as the globally unique identifier (GUID) for rows in a table or not.
Propriedade pública Name Gets or sets the name of the column.
Propriedade pública PhysicalDatatype Gets or sets the name of the base data type for this column.
Propriedade pública UserData Gets or sets an object property that allows users to attach their own data to this object.

Início