Compartir a través de


ParameterCustomModifiers 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 for method parameters.

Fields

The following table lists the fields in the ParameterCustomModifiers table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

The Modeling Services Folder that is associated with the custom modifier on a parameter. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The identifier of the custom modifier on a parameter.

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.

Parameter

bigint

yes

The parameter that the custom modifier applies to. References the [System_Runtime].[Parameters] view.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.