PropertyMethods 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.]
Maps only "other" (see ECMA-335, Partition II, Section 17) property methods to their associated methods in [System_Runtime].[Methods]. The get and set accessors are mapped in [System_Runtime].[Properties].
Fields
The following table lists the fields in the PropertyMethods table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the property method. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the "other" property method. |
Property |
bigint |
yes |
The property that contains the method. References the [System_Runtime].[Properties] view. |
Method |
bigint |
yes |
The "other" property method. References the [System_Runtime].[Methods] view. |