FriendAssemblies 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.]
Designates the friend assemblies of a source assembly. Friend assemblies can access the internal types of the source assembly.
Fields
The following table lists the fields in the FriendAssemblies table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the friend assembly mapping. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the friend assembly mapping. |
Assembly |
bigint |
yes |
The assembly that exposes its internal types and members to the friend assembly. References the [System_Runtime].[Assemblies] view. |
Friend |
bigint |
yes |
The friend assembly that has access to the internal types and members of the target assembly. References the [System_Runtime].[Assemblies] view. |