TransArticle.DatatypeMappingOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether the default article data type mapping is used for a non-SQL Server Publisher.
public:
property Microsoft::SqlServer::Replication::ArticleDatatypeMappingOptions DatatypeMappingOptions { Microsoft::SqlServer::Replication::ArticleDatatypeMappingOptions get(); };
public Microsoft.SqlServer.Replication.ArticleDatatypeMappingOptions DatatypeMappingOptions { get; }
member this.DatatypeMappingOptions : Microsoft.SqlServer.Replication.ArticleDatatypeMappingOptions
Public ReadOnly Property DatatypeMappingOptions As ArticleDatatypeMappingOptions
Property Value
A ArticleDatatypeMappingOptions value.
Remarks
The DatatypeMappingOptions property is only supported for non-SQL Server Publishers.
The DatatypeMappingOptions property can only be retrieved by members of the sysadmin
fixed server role at the Distributor or by users who are members of the publication access list (PAL).