License_DIM Table
FlexNet Manager Suite
2020 R1
(On-Premises)
License_DIM
is a dimension table storing 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 |
---|---|
SoftwareLicenseID
|
Type: integer. Key Primary key of the license. |
LicenseName
|
Type: text (max 256 characters). Key Name of the license. |
ProductName
|
Type: text (max 256 characters). Key Product name of the primary application. |
PublisherName
|
Type: text (max 256 characters). Key Publisher of the primary application. |
EditionName
|
Type: text (max 60 characters) Edition of the license. |
VersionName
|
Type: text (max 60 characters) Version of the license. |
LicenseTypeID
|
Type: integer. Key License type ID of the license. |
ClassificationID
|
Type: integer. Key Classification ID of the primary application. |
ActionStatusID
|
Type: integer. Key Action status ID of the primary application. |
IsBundle
|
Type: boolean Whether this license is a bundle license (contain multiple primary applications). |
FlexNet Manager Suite (On-Premises)
2020 R1