Énumération 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.
Cette énumération possède un attribut FlagsAttribute qui permet la combinaison d'opérations de bits de ses valeurs membres.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
<FlagsAttribute> _
Public Enumeration ArticleDatatypeMappingOptions
'Utilisation
Dim instance As ArticleDatatypeMappingOptions
[FlagsAttribute]
public enum ArticleDatatypeMappingOptions
[FlagsAttribute]
public enum class ArticleDatatypeMappingOptions
[<FlagsAttribute>]
type ArticleDatatypeMappingOptions
public enum ArticleDatatypeMappingOptions
Membres
Nom de membre | Description | |
---|---|---|
Custom | The mapping has been set by a user. | |
Default | The mapping is the default data type mapping for this data type. |