LimitName
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each name that is associated with a defined limit. Examples are "high," "low," and "maintenance."
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) LimitNameKey |
int NOT NULL |
The unique numerical identifier associated with a limit name. This value is automatically generated by the system when a limit is added. |
|
Name |
nvarchar(20) NULL |
The name for the limit. |