Properties 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.]
The number of elements in a marshaled ECMA-335 native array (LPArray).
Fields
The following table lists the fields in the Properties extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the property. |
|
Id |
Integer64 |
yes |
The identifier of the property. |
DeclaringType |
yes |
The type that contains the property. |
|
Name |
Text |
yes |
The name of the property. |
GetMethod |
The method that gets the property. |
||
SetMethod |
The method that sets the property. |
||
IsAbstract |
Logical |
yes |
A bit flag that indicates that the property is abstract. |
IsStatic |
Logical |
yes |
A bit flag that indicates that the property is static. |
IsVirtual |
Logical |
yes |
A bit flag that indicates that the property is virtual. |
IsFinal |
Logical |
yes |
A bit flag that indicates that the property is final, meaning that this property cannot be overridden in derived classes. |
IsToolSpecialName |
Logical |
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 |
Logical |
yes |
A bit flag that specifies that the property name is special and has a reserved use by the common language runtime (CLR). |
Documentation |
Text |
The XML Document fragment for the property. Note that this is not yet populated by the LoadAssembly.exe tool. |
|
Attributes |
Text |
The custom attributes for the property. Note that this is not yet populated by the LoadAssembly.exe tool. |
Remarks
To work with this extent in the SQL Server Modeling Services, see Properties Table (System_Runtime Schema).