sp_helpdatatypemap (języka Transact-SQL)
Returns information on the defined data type mappings between Microsoft SQL Server and non-SQL Server database management systems (DBMS).Ta procedura przechowywana jest wykonywany na dystrybutor na dowolnej bazy danych.
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 ]
Argumenty
[ @ 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.Wartość
Description
MSSQLSERVER
urządzenie źródłowe jest SQL Server Baza danych.
ORACLE
urządzenie źródłowe jest baza danych Oracle.
[ @ 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.Umożliwia zestaw wyników do będą filtrowane przez wersja urządzenie źródłowe dla systemu DBMS.[ @ 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.Umożliwia zestaw wyników do być filtrowane według typu danych w systemie DBMS urządzenie źródłowe.[ @ destination_dbms = ] **"**destination_dbms "
Is the name of the destination DBMS.destination_dbms is sysname, and can be one of the following values.Wartość
Description
MSSQLSERVER
obiekt obiekt docelowy znajduje się SQL Server Baza danych.
ORACLE
obiekt obiekt docelowy znajduje się baza danych Oracle.
DEGRESYWNA
obiekt obiekt docelowy znajduje się baza danych programu IBM DB2.
SYBASE
obiekt obiekt docelowy znajduje się baza danych programu Sybase.
[ @ 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.Włącza zestaw wyników, które należy filtrować według obiekt docelowy wersja systemu DBMS.[ @ 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.Umożliwia zestaw wyników do być filtrowane według typu danych w systemie DBMS obiekt docelowy.[ @ defaults_only= ] defaults_only
Is if only the default data type mappings are returned.defaults_only is bit, with a default of 0.1 oznacza, że zwracane są tylko mapowania typu danych domyślnych.0 oznacza, że wartość domyślna i dowolnego typu danych zdefiniowanego przez użytkownika, mapowania są zwracane.
Zestawy wyników
Nazwa kolumna |
Description |
---|---|
mapping_id |
Określa mapowanie typu danych. |
source_dbms |
Jest numerem nazwa i wersja systemu DBMS urządzenie źródłowe. |
source_type |
Jest to typ danych w systemie DBMS urządzenie źródłowe. |
destination_dbms |
To nazwa obiekt docelowy systemu DBMS. |
destination_type |
Jest to typ danych w systemie DBMS obiekt docelowy. |
is_default |
Czy jeśli mapowanie jest domyślną lub mapowanie alternatywnych.Wartość 0 oznacza, że to mapowanie zdefiniowanej przez użytkownika. |
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_helpdatatypemap Określa, mapowania typów danych z innych niż-programu SQL Server wydawcy i z SQL Server Nie wydawców-SQL Server Subskrybentów.
Kiedy określona kombinacja źródłowym i docelowym systemie DBMS nie jest obsługiwana, sp_helpdatatypemap zwraca zestaw wyników puste.
Uprawnienia
Tylko członkowie sysadmin ustala rolę serwera na dystrybutor lub członkowie db_owner stała rola bazy danych w bazie danych dystrybucji mogą być wykonać sp_helpdatatypemap.