Partager via


Classe HeterogeneousColumn

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

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.HeterogeneousColumn

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class HeterogeneousColumn
'Utilisation
Dim instance As HeterogeneousColumn
public sealed class HeterogeneousColumn
public ref class HeterogeneousColumn sealed
[<SealedAttribute>]
type HeterogeneousColumn =  class end
public final class HeterogeneousColumn

Le type HeterogeneousColumn expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique HeterogeneousColumn Creates a new instance of the HeterogeneousColumn class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ColumnId
Propriété publique DataLoss Gets or sets whether information loss may occur when column data is replicated to the Subscriber.
Propriété publique DestinationDatatype Gets or sets the data type that can be mapped to this column.
Propriété publique DestinationLength Gets or sets the length of the destination data type.
Propriété publique DestinationNullable Gets or sets whether the destination data can accept null values.
Propriété publique DestinationPrecision Gets or sets the precision for the destination data type.
Propriété publique DestinationScale Gets or sets the scale for the destination data type.
Propriété publique IsDefault Gets or sets whether there is a default constraint bound to the column.
Propriété publique IsDefined Gets or sets whether a data type mapping is currently defined for the column.
Propriété publique IsPrimaryKey Sets or gets whether there is a primary key constraint defined on the column.
Propriété publique IsPublished Gets or sets whether the column is currently published.
Propriété publique IsValid Gets or sets whether the column can be published.
Propriété publique MappingId
Propriété publique Name Gets or sets the name of the column.
Propriété publique SourceDataTypeInfo Gets or sets the name of the source data type for the column.
Propriété publique UserData Gets or sets an object property value that allows users to attach their own data to this object.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication

ReplicationServer

TransArticle