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