Share via


Clase HeterogeneousColumn

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..HeterogeneousColumn

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class HeterogeneousColumn
'Uso
Dim instance As HeterogeneousColumn
public sealed class HeterogeneousColumn
public ref class HeterogeneousColumn sealed
[<SealedAttribute>]
type HeterogeneousColumn =  class end
public final class HeterogeneousColumn

El tipo HeterogeneousColumn expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público HeterogeneousColumn Creates a new instance of the HeterogeneousColumn class.

Arriba

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.

Arriba

Métodos

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

Arriba

Comentarios

The HeterogeneousColumn structure is used in heterogeneous database replication from a non-SQL Server Publisher. The data is used in SQL Server Management Studio to enable users to select columns to publish from an Oracle Publisher.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.