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.dll의 Microsoft.SqlServer.Rmo
구문
‘선언
<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. |