ArticleDatatypeMappingOptions Enum

Definition

Specifies whether the data type mapping between two database management systems (DBMS) for an article has been defined by a user or is the default mapping.

This enumeration supports a bitwise combination of its member values.

public enum class ArticleDatatypeMappingOptions
[System.Flags]
public enum ArticleDatatypeMappingOptions
[<System.Flags>]
type ArticleDatatypeMappingOptions = 
Public Enum ArticleDatatypeMappingOptions
Inheritance
ArticleDatatypeMappingOptions
Attributes

Fields

Custom 0

The mapping has been set by a user.

Default 1

The mapping is the default data type mapping for this data type.

Applies to