ComputedValues Table (Language.Catalog 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.]
Fields
The following table lists the fields in the ComputedValues table.
Column | Type | Required | Description |
---|---|---|---|
Id |
int |
yes |
|
ComputedValueGroup |
int |
yes |
References the [Language.Catalog].[ComputedValueGroups] view. |
ReturnType |
int |
yes |
References the [Language.Catalog].[Types] view. |
Body |
int |
References the [Language.Catalog].[Expressions] view. |
|
BodySource |
nvarchar(max) |