SoftwareLicensePointsRuleSoftwareTitle Table

This is a table for SoftwareLicensePointsRuleSoftwareTitle that is used for storing the points rules values for Cloud BYOL.

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.
Table 1. Database columns for SoftwareLicensePointsRuleSoftwareTitle table

Database Column

Details

SoftwareLicensePoints RuleSoftwareTitleID

Type: integer. Key. Generated ID

A unique identifier

SoftwareLicensePoints RuleID

Type: integer. Key

Foreign key to the SoftwareLicensePointsRule table.

SoftwareTitlePublisherID

Type: integer. Key

Foreign key to the SoftwareTitlePublisher table.

SoftwareTitleProductID

Type: integer. Key

Foreign key to the SoftwareTitleProduct table.

SoftwareTitleEditionID

Type: integer. Key. Nullable

Value of the SoftwareTitleEditionID from the SoftwareTitleEdition table.

SoftwareTitleVersionID

Type: integer. Key. Nullable

Value of the SoftwareTitleVersionID from the SoftwareTitleVersion table.

IsShared

Type: boolean