sys.extended_properties#
Returns a row for each extended property in the current database.
Column name |
Data type |
Description |
|---|---|---|
class |
tinyint |
Identifies the class of item on which the property exists. Can be one of the following values:
|
class_desc |
nvarchar(60) |
Description of the class on which the extended property exists. Can be one of the following values:
|
major_id |
int |
ID of the item on which the extended property exists, interpreted according to its class. For most items, this is the ID that applies to what the class represents. Interpretation for nonstandard major IDs is as follows:
|
minor_id |
int |
Secondary ID of the item on which the extended property exists, interpreted according to its class. For most items this is 0; otherwise, the ID is as follows:
|
name |
sysname |
Property name, unique with class, major_id, and minor_id. |
value |
sql_variant |
Value of the extended property. |