BoundAssemblyReferences 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 assembly reference bindings within a binding context. An assembly reference is bound if an assembly exists in the same binding context with matching assembly information.
Fields
The following table lists the fields in the BoundAssemblyReferences table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the bound assembly reference. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the bound assembly reference. |
Context |
bigint |
yes |
The binding context that contains this bound assembly reference. References the [System_Runtime].[BindingContexts] view. |
SourceAssemblyReference |
bigint |
yes |
The source assembly reference. References the [System_Runtime].[AssemblyReferences] view. |
TargetAssembly |
bigint |
yes |
The target assembly that is bound by the source assembly reference. References the [System_Runtime].[Assemblies] view. |