BoundTypeReferences 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 bound type references. A type reference is bound if a corresponding type definition exists in the same binding context.
Fields
The following table lists the fields in the BoundTypeReferences table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the bound type reference. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the bound type reference. |
Context |
bigint |
yes |
The binding context that contains this bound type reference. References the [System_Runtime].[BindingContexts] view. |
SourceTypeReference |
bigint |
yes |
The source type reference. References the [System_Runtime].[TypeReferences] view. |
TargetTypeDefinition |
bigint |
yes |
The target type that is bound by the source type reference. References the [System_Runtime].[TypeDefinitions] view. |