ResourcesTable Table (System.Globalization Schema)
[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.]
Note
Note: This table is used by the infrastructure only. Do not use this table directly. Such use is not covered by any support agreements you may have.
Stores localized resources, such as icons or bitmaps. The same resource identifier appears multiple times for each language in which it is localized.For more information, see the [System.Globalization].[Resources] view.
Fields
The following table lists the fields in the ResourcesTable table.
Column | Type | Required | Description |
---|---|---|---|
Internal Id |
bigint |
yes |
Infrastructure. |
Folder |
int |
yes |
Infrastructure. |
Id |
nvarchar(2083) |
yes |
Infrastructure. |
Locale |
nvarchar(85) |
yes |
Infrastructure. |
Resource |
varbinary(max) |
yes |
Infrastructure. |
MediaType |
nvarchar(1000) |
Infrastructure. |
|
Type |
nvarchar(128) |
Infrastructure. |
|
Internal Hash_Id |
int |
yes |
Infrastructure. |