Resources View (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.]
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 Resources view.
Column | Type | Required | Description |
---|---|---|---|
Id |
nvarchar(2083) |
yes |
An identifier for the localized resource. |
Locale |
nvarchar(85) |
yes |
An identifier that specifies the language of the localized resource. References the [System.Globalization].[Locales] view. |
Folder |
int |
yes |
The Modeling Services Folder associated with the localized resource. References the [Repository.Item].[Folders] view. |
Type |
nvarchar(128) |
The SQL Server sysname that describes the resource type. |
|
MediaType |
nvarchar(1000) |
The MIME type of the localized resource. |
|
Resource |
varbinary(max) |
yes |
The binary contents of the localized resource. |