Resources View (System_Runtime)
Contains binary resource data owned by assemblies in the [System_Runtime].[Assemblies] view.
Fields
The following table lists the fields in the Resources view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the resource. |
Access |
smallint |
yes |
An enumeration value between 0 and 6 that describes the access restrictions for the resource. These numeric values are equivalent to compiler, private, family and assembly, assembly, family, family or assembly, and public, respectively. |
Assembly |
bigint |
yes |
The assembly that contains the resource. References the [System_Runtime].[Assemblies] view. |
Name |
nvarchar(max) |
yes |
The name of the resource. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the resource. References the [Repository.Item].[Folders] view. (Default = 100) |
Data |
varbinary(max) |
yes |
The binary resource data. |