AssemblyReferences Extent (System_Runtime 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.]
Contains the identities of assemblies that are referenced by instances in [System_Runtime].[Assemblies].
Fields
The following table lists the fields in the AssemblyReferences extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the assembly reference mapping. |
|
Id |
Integer64 |
yes |
The identifier of the assembly reference mapping. |
Name |
Text |
yes |
The simple name of the assembly reference. |
VersionMajor |
Integer32 |
yes |
The major version number of the referenced assembly. |
VersionMinor |
Integer32 |
yes |
The minor version number of the referenced assembly. |
VersionRevision |
Integer32 |
yes |
The revision version number of the referenced assembly. |
VersionBuild |
Integer32 |
yes |
The build version number of the referenced assembly. |
Culture |
yes |
The LCID identifier for the culture that is associated with the referenced assembly. |
|
PublicKeyToken |
Binary |
The public key token of the referenced assembly signature. |
|
Assembly |
yes |
The identifier of the referencing assembly in [System_Runtime].[Assemblies]. |
|
Hash_Name |
Integer32 |
yes |
Infrastructure. Do not directly use or access this field. This is a readonly, computed column. |
Remarks
To work with this extent in the SQL Server Modeling Services, see AssemblyReferences Table (System_Runtime Schema).