Compartir a través de


Resources Table (System_Runtime 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.]

Contains binary resource data that is owned by assemblies. Note that this is not yet populated by the LoadAssembly.exe tool.

Fields

The following table lists the fields in the Resources table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

The Modeling Services Folder that is associated with the resource. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The identifier of the resource.

Module

bigint

yes

The module of the resource. References the [System_Runtime].[Modules] view.

Name

nvarchar(max)

yes

The name 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.

Data

varbinary(max)

yes

The binary resource data.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.