Udostępnij przez


HeterogeneousColumn Members

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

The following tables list the members exposed by the HeterogeneousColumn type.

Public Constructors

  Name Description
HeterogeneousColumn Creates a new instance of the HeterogeneousColumn class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms156007.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms156007.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms156007.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms156007.pubmethod(pl-pl,SQL.100).gifms156007.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms156007.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms156007.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms156007.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top