TargetOperatingSystemType Table

TargetOperatingSystemType; is a static table listing all types of OSes that can be targeted by licensing.

Table 1. Database columns for TargetOperatingSystemType table

Database Column

Details

TargetOperatingSystem TypeID

Type: integer. Key. Generated ID

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

  • 1 = All
  • 2 = Windows Server operating systems
  • 3 = Windows desktop operating systems
  • 4 = Non Windows Server operating systems
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing an Operating System family. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

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