Properties 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.]
The number of elements in a marshaled ECMA-335 native array (LPArray).
Fields
The following table lists the fields in the Properties table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the property. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the property. |
DeclaringType |
bigint |
yes |
The type that contains the property. References the [System_Runtime].[TypeDefinitions] view. |
Name |
nvarchar(max) |
yes |
The name of the property. |
GetMethod |
bigint |
The method that gets the property. References the [System_Runtime].[MethodDefinitions] view. |
|
SetMethod |
bigint |
The method that sets the property. References the [System_Runtime].[MethodDefinitions] view. |
|
IsAbstract |
bit |
yes |
A bit flag that indicates that the property is abstract. |
IsStatic |
bit |
yes |
A bit flag that indicates that the property is static. |
IsVirtual |
bit |
yes |
A bit flag that indicates that the property is virtual. |
IsFinal |
bit |
yes |
A bit flag that indicates that the property is final, meaning that this property cannot be overridden in derived classes. |
IsToolSpecialName |
bit |
yes |
A bit flag that specifies that the property name is special and has a reserved use by tools other than the common language runtime (CLR). |
IsRuntimeSpecialName |
bit |
yes |
A bit flag that specifies that the property name is special and has a reserved use by the common language runtime (CLR). |
Documentation |
nvarchar(max) |
The XML Document fragment for the property. Note that this is not yet populated by the LoadAssembly.exe tool. |
|
Attributes |
nvarchar(max) |
The custom attributes for the property. Note that this is not yet populated by the LoadAssembly.exe tool. |