Compartir a través de


ReplicationColumn Miembros

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

El tipo ReplicationColumn expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReplicationColumn Creates a new instance of the ReplicationColumn class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio