ArticleDatatypeMappingOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Custom | 0 | The mapping has been set by a user. |
Default | 1 | The mapping is the default data type mapping for this data type. |