LicenseManagerServerFeatureVersion¶
A feature can have multiple versions each with its own starting and expiry date. Mainly used for expiry warnings.
Fields¶
Field | Type | Description |
---|---|---|
Created | datetime2 | Date/Time this entity got created in the database |
DiagMessage | nvarchar | Diagnostics message |
Expires | datetime2 | Date/Time for expiration of the license |
ID | bigint | Internal ID for the LicenseManagerServerFeatureVersion entity (Primary Key) |
LastDiagScan | datetime2 | Date/Time of last diagnostics scan of this feature version |
LastStatisticsScan | datetime2 | Date/Time of last statistics scan of this feature version |
LicenseManagerServerFeatureID | bigint | Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
Starts | datetime2 | Date/Time for start of license |
Vendor | nvarchar | Vendor string |
Version | nvarchar | Feature version |