SimulationLicenseResult Table
A SimulationLicenseResult
is the SoftwareLicense results of a measurement run.
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 |
---|---|
SimulationLicenseResultID
|
Type: integer. Key. Generated ID Unique ID for the |
LicenseMeasurementID
|
Type: integer. Key Foreign key to the |
SoftwareLicenseID
|
Type: integer. Key Foreign key to the |
NumberInstalled
|
Type: integer The quantity of software installations accounted for by this license. |
NumberCalculated
|
Type: integer The calculated consumption value for this license. |
NumberUsed
|
Type: integer The number of software installations covered by this license that are actually being used. |
LastCalculatedNUPMinimum
|
Type: integer. Nullable The snapshotted license last calculated minimum for |
SoftwareLicense ComplianceStatusID
|
Type: integer. Nullable The compliance status of this license. Foreign key to the |
UnlicensedInstalls
|
Type: integer. Nullable The number of installs that could have gotten on this license but did not |