共用方式為


HeterogeneousColumn 成員

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

HeterogeneousColumn 型別公開下列成員。

建構函式

  名稱 描述
公用方法 HeterogeneousColumn Creates a new instance of the HeterogeneousColumn class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

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

頂端