LicenseSimulationChangeType Table

LicenseSimulationChangeType is a static table listing all the types of operations that can be applied as changes to simulation data

Table 1. Database columns for LicenseSimulationChangeType table

Database Column

Details

LicenseSimulation ChangeTypeID

Type: integer. Key. Generated ID

A unique identifier for each LicenseSimulationChangeType. Possible values and the corresponding default strings are:

  • 1 = Unchanged
  • 2 = Added
  • 3 = Deleted
  • 4 = Modified
  • 5 = Moved.
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a computer role. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.