Поделиться через


Свойство DatatypeMappingOptions

Returns whether the default article data type mapping is used for a non-SQL Server Publisher.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public ReadOnly Property DatatypeMappingOptions As ArticleDatatypeMappingOptions
    Get
'Применение
Dim instance As TransArticle
Dim value As ArticleDatatypeMappingOptions

value = instance.DatatypeMappingOptions
public ArticleDatatypeMappingOptions DatatypeMappingOptions { get; }
public:
property ArticleDatatypeMappingOptions DatatypeMappingOptions {
    ArticleDatatypeMappingOptions get ();
}
member DatatypeMappingOptions : ArticleDatatypeMappingOptions
function get DatatypeMappingOptions () : ArticleDatatypeMappingOptions

Замечания

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

The DatatypeMappingOptions property is available only with SQL Server 2005 and later versions.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.