CatalogDefinitionPropertyList Table
The CatalogDefinitionPropertyList table contains information about the definition properties in the catalog. The following table describes the columns in the CatalogDefinitionPropertyList table.
The following table describes the columns in the CatalogDefinitionPropertyList table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
DefinitionName |
nvarchar(128) |
no |
The name of the definition property. This is a primary key and foreign key. |
PropertyType |
int |
no |
Specifies whether this is a normal or variant property. This is a primary key. |
Properties |
CatalogDynamicSqlStatement(nvarchar(max)) |
yes |
A comma-separated list of the properties. |