FriendAssemblies 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.]
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 extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the friend assembly mapping. |
|
Id |
Integer64 |
yes |
The identifier of the friend assembly mapping. |
Assembly |
yes |
The assembly that exposes its internal types and members to the friend assembly. |
|
Friend |
yes |
The friend assembly that has access to the internal types and members of the target assembly. |
Remarks
To work with this extent in the SQL Server Modeling Services, see FriendAssemblies Table (System_Runtime Schema).