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. |