Aracılığıyla paylaş


sp_helpdatatypemap (Transact-SQL)

Returns information on the defined data type mappings between Microsoft SQL Server and non-SQL Server database management systems (DBMS).Bu saklı yordam dağıtımcı herhangi bir veritabanı üzerinde sırasında yürütülür.

Topic link iconTransact-SQL sözdizimi kuralları

sp_helpdatatypemap [ @source_dbms = ] 'source_dbms' 
    [ , [ @source_version = ] 'source_version' ]
    [ , [ @source_type = ] 'source_type' ] 
    [ , [ @destination_dbms = ] 'destination_dbms' ]
    [ , [ @destination_version = ] 'destination_version' ]
    [ , [ @destination_type = ] 'destination_type' ]
    [ , [ @defaults_only = ] defaults_only ]

Bağımsız değişkenler

  • [ @ source_dbms= ] 'source_dbms'
    Is the name of the DBMS from which the data types are mapped.source_dbms is sysname, and can be one of the following values.

    Değer

    Açıklama

    mssqlserver

    Kaynak bir SQL Server Veritabanı.

    oracle

    kaynak Oracle veritabanıdır.

  • [ @ source_version= ] 'source_version'
    Is the product version of the source DBMS.source_versionis varchar(10), and if not specified, the data type mappings for all versions of the source DBMS are returned.Sonuç etkinleştirir küme the DBMS kaynak sürüm tarafından süzülecek.

  • [ @ source_type= ] 'source_type'
    Is the data type listed in the source DBMS.source_type is sysname, and if not specified, mappings for all data types in the source DBMS are returned.Sonuç etkinleştirir küme DBMS kaynak veri türüne göre filtre uygulanacak.

  • [ @ destination_dbms = ] 'destination_dbms'
    Is the name of the destination DBMS.destination_dbms is sysname, and can be one of the following values.

    Değer

    Açıklama

    mssqlserver

    Hedef bir SQL Server Veritabanı.

    oracle

    Hedef, bir Oracle veritabanıdır.

    DB2

    Hedef bir IBM DB2 veritabanıdır.

    sybase

    Hedef, Sybase veritabanıdır.

  • [ @ destination_version= ] 'destination_version'
    Is the product version of the destination DBMS.destination_versionis varchar(10), and if not specified, mappings for all versions of the destination DBMS are returned.Sonuç etkinleştirir küme the DBMS hedef sürüm tarafından süzülecek.

  • [ @ destination_type= ] 'destination_type'
    Is the data type listed in the destination DBMS.destination_typeis sysname, and if not specified, mappings for all data types in the destination DBMS are returned.Sonuç etkinleştirir küme DBMS hedefindeki veri türüne göre filtre uygulanacak.

  • [ @ defaults_only= ] defaults_only
    Is if only the default data type mappings are returned.defaults_only is bit, with a default of 0.1 , yalnızca varsayılan veri türü eşlemeler döndürüldüğünü gösterir.0 varsayılan ve eşlemeler döndürülen herhangi bir kullanıcı tanımlı veri türü anlamına gelir.

Sonuç Kümeleri

Sütun adı

Açıklama

mapping_id

Bir Veri türünü eşleme) tanımlar.

source_dbms

Kaynak adını ve sürüm sayısı DBMS.

source_type

DBMS kaynak veri türündedir.

destination_dbms

DBMS hedef adıdır.

destination_type

DBMS hedefindeki veri türündedir.

is_default

Eşlemeyi varsayılan veya diğer bir eşleme, olacaktır.Değeri 0 , bu eşleştirme, kullanıcı tanımlı olduğunu gösterir.

Dönüş Kodu Değerleri

0 (başarılı) veya 1 (hata)

Remarks

sp_helpdatatypemap veri türü eşlemeler, hem gelen olmayan-SQL Server Yayımcılar ve tanımlarSQL Server Yayımcılar için olmayan-SQL Server Abonelerin.

Belirtilen kaynak ve hedef veritabanı yönetim SISTEMI'NIN birleşimi, desteklenmiyor. sp_helpdatatypemap boş bir sonuç döndürür küme.

İzinler

Yalnızca üyeleri sysadmin Dağıtımcı veya üye sabit sunucu rolüdb_owner sabit veritabanı rolü dağıtım veritabanı çalıştırabilirsinizsp_helpdatatypemap.