SoftwareLicenseKey Table
The SoftwareLicenseKey
table contains installation keys that are linked to software licenses.
Note: To cater for multi-tenant mode, this table may contain data for
multiple tenants. Access requires that the database
TenantID
has been set in the SQL Server
connection context information. That setting filters an underlying table to produce this
view of data for the single, selected tenant.
Database Column |
Details |
---|---|
SoftwareLicenseKeyID
|
Type: integer. Key. Generated ID A unique identifier for this license key. |
SoftwareLicenseID
|
Type: integer. Key The software license that this installation key belongs to. Foreign key to the |
KeyValue
|
Type: text (max 400 characters). Key The installation key value. |
ExpiryDate
|
Type: datetime. Nullable Has expiry date for software license key. |