sys.syslanguages (Transact-SQL)sys.syslanguages (Transact-SQL)
適用対象:Applies to: SQL ServerSQL Server (サポートされているすべてのバージョン)
SQL ServerSQL Server (all supported versions)
Azure SQL データベースAzure SQL Database
Azure SQL データベースAzure SQL Database
Azure SQL Managed InstanceAzure SQL Managed Instance
Azure SQL Managed InstanceAzure SQL Managed Instance
Azure Synapse AnalyticsAzure Synapse Analytics
Azure Synapse AnalyticsAzure Synapse Analytics
Parallel Data WarehouseParallel Data Warehouse
Parallel Data WarehouseParallel Data Warehouse
SQL ServerSQL Server (サポートされているすべてのバージョン)
SQL ServerSQL Server (all supported versions)
Azure SQL データベースAzure SQL Database
Azure SQL データベースAzure SQL Database
Azure SQL Managed InstanceAzure SQL Managed Instance
Azure SQL Managed InstanceAzure SQL Managed Instance
Azure Synapse AnalyticsAzure Synapse Analytics
Azure Synapse AnalyticsAzure Synapse Analytics
Parallel Data WarehouseParallel Data Warehouse
Parallel Data WarehouseParallel Data Warehouse
SQL ServerSQL Server インスタンスに存在する言語ごとに、1 行のデータを格納します。Contains one row for each language present in the instance of SQL ServerSQL Server.
列名Column name | データ型Data type | 説明Description |
---|---|---|
langidlangid | smallintsmallint | 一意の言語 ID。Unique language ID. |
dateformatdateformat | nchar(3)nchar(3) | 日付の順序 (例、DMY)。Date order, for example, DMY. |
datefirstdatefirst | tinyinttinyint | 週の最初の曜日: 1 の場合は1、火曜日の場合は2、日曜日の場合は7です。First day of the week: 1 for Monday, 2 for Tuesday, and so on through 7 for Sunday. |
upgradeupgrade | intint | システムで使用するために予約されています。Reserved for system use. |
namename | sysnamesysname | 公式言語名 (たとえば、フランス語)。Official language name, for example, Français. |
aliasalias | sysnamesysname | 言語の別名 (例 : French)。Alternative language name, for example, French. |
monthsmonths | nvarchar(372)nvarchar(372) | 1月から12月までの完全な長さの月名のコンマ区切りのリスト。各名前は最大20文字です。Comma-separated list of full-length month names in order from January through December, with each name having up to 20 characters. |
shortmonthsshortmonths | nvarchar(132)nvarchar(132) | 1 月から 12 月の順に、コンマで区切った月の名前。月の名前は省略形で、それぞれ 9 文字までです。Comma-separated list of short-month names in order from January through December, with each name having up to 9 characters. |
daysdays | nvarchar(217)nvarchar(217) | 曜日の名前のコンマ区切りリスト。各名前は最大30文字で指定します。Comma-separated list of day names in order from Monday through Sunday, with each name having up to 30 characters. |
lcidlcid | intint | この言語を使用する MicrosoftMicrosoft Windows のロケール ID。MicrosoftMicrosoft Windows locale ID for the language. |
msglangidmsglangid | smallintsmallint | データベース エンジンDatabase Engine メッセージグループ ID。message group ID. |
には、 データベース エンジンDatabase Engine インストールされている次の言語が含まれています。The データベース エンジンDatabase Engine contains the following installed languages.
英語での名前Name in English | Windows LCIDWindows LCID | データベース エンジンDatabase Engine メッセージ グループ IDmessage group ID |
---|---|---|
英語English | 10331033 | 10331033 |
ドイツ語German | 10311031 | 10311031 |
フランス語French | 10361036 | 10361036 |
日本語Japanese | 10411041 | 10411041 |
デンマーク語Danish | 10301030 | 10301030 |
スペイン語Spanish | 30823082 | 30823082 |
イタリア語Italian | 10401040 | 10401040 |
オランダ語Dutch | 10431043 | 10431043 |
ノルウェー語Norwegian | 20682068 | 20682068 |
ポルトガル語Portuguese | 20702070 | 20702070 |
フィンランド語Finnish | 10351035 | 10351035 |
スウェーデン語Swedish | 10531053 | 10531053 |
チェコ語Czech | 10291029 | 10291029 |
ハンガリー語Hungarian | 10381038 | 10381038 |
ポーランド語Polish | 10451045 | 10451045 |
ルーマニア語Romanian | 10481048 | 10481048 |
クロアチア語Croatian | 10501050 | 10501050 |
スロバキア語Slovak | 10511051 | 10511051 |
スロヴェニア語Slovene | 10601060 | 10601060 |
ギリシャ語Greek | 10321032 | 10321032 |
ブルガリア語Bulgarian | 10261026 | 10261026 |
ロシア語Russian | 10491049 | 10491049 |
トルコ語Turkish | 10551055 | 10551055 |
英語 (U.K.)British English | 20572057 | 10331033 |
エストニア語Estonian | 10611061 | 10611061 |
ラトビア語Latvian | 10621062 | 10621062 |
リトアニア語Lithuanian | 10631063 | 10631063 |
ポルトガル語 (ブラジル)Portuguese (Brazil) | 10461046 | 10461046 |
Traditional ChineseTraditional Chinese | 10281028 | 10281028 |
韓国語Korean | 10421042 | 10421042 |
簡体中国語Simplified Chinese | 20522052 | 20522052 |
アラビア語Arabic | 10251025 | 10251025 |
タイ語Thai | 10541054 | 10541054 |
参照See Also
互換性ビュー (Transact-sql) Compatibility Views (Transact-SQL)
システムビューへのシステムテーブルのマッピング (Transact-sql)Mapping System Tables to System Views (Transact-SQL)