AssemblyReferences 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 the identities of assemblies that are referenced by instances in [System_Runtime].[Assemblies].

Fields

The following table lists the fields in the AssemblyReferences table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

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

Id

bigint

yes

The identifier of the assembly reference mapping.

Name

nvarchar(max)

yes

The simple name of the assembly reference.

VersionMajor

int

yes

The major version number of the referenced assembly.

VersionMinor

int

yes

The minor version number of the referenced assembly.

VersionRevision

int

yes

The revision version number of the referenced assembly.

VersionBuild

int

yes

The build version number of the referenced assembly.

Culture

nvarchar(85)

yes

The LCID identifier for the culture that is associated with the referenced assembly. References the [System.Globalization].[LocalesTable] view.

PublicKeyToken

varbinary(8)

The public key token of the referenced assembly signature.

Assembly

bigint

yes

The identifier of the referencing assembly in [System_Runtime].[Assemblies]. References the [System_Runtime].[Assemblies] view.

Hash_Name

int

yes

Infrastructure. Do not directly use or access this field. This is a readonly, computed column.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.