Compartir a través de


HeterogeneousColumn Miembros

Represents a column contained in a table on a non-Microsoft SQL Server Publisher.

El tipo HeterogeneousColumn expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico HeterogeneousColumn Creates a new instance of the HeterogeneousColumn 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 ColumnId
Propiedad pública DataLoss Gets or sets whether information loss may occur when column data is replicated to the Subscriber.
Propiedad pública DestinationDatatype Gets or sets the data type that can be mapped to this column.
Propiedad pública DestinationLength Gets or sets the length of the destination data type.
Propiedad pública DestinationNullable Gets or sets whether the destination data can accept null values.
Propiedad pública DestinationPrecision Gets or sets the precision for the destination data type.
Propiedad pública DestinationScale Gets or sets the scale for the destination data type.
Propiedad pública IsDefault Gets or sets whether there is a default constraint bound to the column.
Propiedad pública IsDefined Gets or sets whether a data type mapping is currently defined for the column.
Propiedad pública IsPrimaryKey Sets or gets whether there is a primary key constraint defined on the column.
Propiedad pública IsPublished Gets or sets whether the column is currently published.
Propiedad pública IsValid Gets or sets whether the column can be published.
Propiedad pública MappingId
Propiedad pública Name Gets or sets the name of the column.
Propiedad pública SourceDataTypeInfo Gets or sets the name of the source data type for the column.
Propiedad pública UserData Gets or sets an object property value that allows users to attach their own data to this object.

Principio