ReturnTypeCustomModifiers 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.]
Stores custom modifiers that are associated with return types.
Fields
The following table lists the fields in the ReturnTypeCustomModifiers table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the custom modifier on a return type. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the custom modifier on a return type. |
IsRequiredModifier |
bit |
yes |
A bit flag that indicates that special semantics are tied to this custom modifier, and that it should not be ignored. |
CustomModifierType |
bigint |
yes |
The type of the custom modifier. References the [System_Runtime].[Types] view. |
Method |
bigint |
yes |
The method that provides a return value with this return type. References the [System_Runtime].[Methods] view. |