Перечисление ArticleDatatypeMappingOptions
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.
Это перечисление имеет атрибут FlagsAttribute, допускающий побитовое сочетание значений его элементов.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
<FlagsAttribute> _
Public Enumeration ArticleDatatypeMappingOptions
'Применение
Dim instance As ArticleDatatypeMappingOptions
[FlagsAttribute]
public enum ArticleDatatypeMappingOptions
[FlagsAttribute]
public enum class ArticleDatatypeMappingOptions
[<FlagsAttribute>]
type ArticleDatatypeMappingOptions
public enum ArticleDatatypeMappingOptions
Элементы
Имя элемента | Описание | |
---|---|---|
Custom | The mapping has been set by a user. | |
Default | The mapping is the default data type mapping for this data type. |