StringsTable Extent (System.Globalization Module)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Stores localized strings. The same string identifier appears multiple times for each language in which it is localized.
Fields
The following table lists the fields in the StringsTable extent.
Column | Type | Required | Description |
---|---|---|---|
Internal Id |
Integer64 |
yes |
The internal identifier for the localized string. |
Folder |
yes |
The Modeling Services Folder associated with the localized string. |
|
Id |
Text(4166) |
yes |
An identifier for the localized string. |
Locale |
yes |
An identifier that specifies the language of the localized string. |
|
String |
Text |
yes |
The localized string value. |
Internal Hash_Id |
Integer32 |
yes |
Infrastructure. Do not use. This is a readonly, computed column. |
Remarks
To work with this extent in the SQL Server Modeling Services, see StringsTable Table (System.Globalization Schema).