Assemblies 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 instances of common language runtime (CLR) assemblies.
Fields
The following table lists the fields in the Assemblies table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the assembly. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the assembly. |
Name |
nvarchar(max) |
yes |
The simple name of the assembly. |
VersionMajor |
int |
yes |
The major version number of the assembly. |
VersionMinor |
int |
yes |
The minor version number of the assembly. |
VersionRevision |
int |
yes |
The revision version number of the assembly. |
VersionBuild |
int |
yes |
The build version number of the assembly. |
Culture |
nvarchar(85) |
yes |
The LCID identifier for the culture that is associated with the assembly. References the [System.Globalization].[LocalesTable] view. |
PublicKeyToken |
varbinary(8) |
The public key token of the assembly. |
|
PublicKey |
varbinary(max) |
The public key of the assembly. |
|
Attributes |
nvarchar(max) |
The custom attributes of the assembly. Note that this is not yet populated by the LoadAssembly.exe tool. |
|
Documentation |
nvarchar(max) |
The XML Document fragment for the assembly. Note that this is not yet populated by the LoadAssembly.exe tool. |
|
Hash_Name |
int |
yes |
Infrastructure. Do not directly use or access this field. This is a readonly, computed column. |