Condividi tramite


ArticleDatatypeMappingOptions Enumeration

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.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintassi

'Dichiarazione
<FlagsAttribute> _
Public Enumeration ArticleDatatypeMappingOptions
[FlagsAttribute] 
public enum ArticleDatatypeMappingOptions
[FlagsAttribute] 
public enum class ArticleDatatypeMappingOptions
/** @attribute FlagsAttribute() */ 
public enum ArticleDatatypeMappingOptions
FlagsAttribute 
public enum ArticleDatatypeMappingOptions

Members

Member name Description
Custom The mapping has been set by a user.
Default The mapping is the default data type mapping for this data type.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Replication Namespace