ResourcesTable 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 resources, such as icons or bitmaps. The same resource identifier appears multiple times for each language in which it is localized.
Fields
The following table lists the fields in the ResourcesTable extent.
Column | Type | Required | Description |
---|---|---|---|
Internal Id |
Integer64 |
yes |
The internal numeric identifier for this resources. |
Folder |
yes |
The Modeling Services Folder associated with the localized resource. |
|
Id |
Text(4166) |
yes |
An identifier for the localized resource. |
Locale |
yes |
An identifier that specifies the language of the localized resource. |
|
Resource |
Binary |
yes |
The binary contents of the localized resource. |
MediaType |
Text(2000) |
The MIME type of the localized resource. |
|
Type |
Text(256) |
The SQL Server sysname that describes the resource type. |
|
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 ResourcesTable Table (System.Globalization Schema).