ReturnTypeCustomModifiers 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.]
Stores custom modifiers that are associated with return types.
Fields
The following table lists the fields in the ReturnTypeCustomModifiers extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the custom modifier on a return type. |
|
Id |
Integer64 |
yes |
The identifier of the custom modifier on a return type. |
IsRequiredModifier |
Logical |
yes |
A bit flag that indicates that special semantics are tied to this custom modifier, and that it should not be ignored. |
CustomModifierType |
yes |
The type of the custom modifier. |
|
Method |
yes |
The method that provides a return value with this return type. |
Remarks
To work with this extent in the SQL Server Modeling Services, see ReturnTypeCustomModifiers Table (System_Runtime Schema).