ServiceComponent Table

A software component installed to implement a ServiceProvider.

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 ServiceComponent table

Database Column

Details

ServiceComponentID

Type: integer. Key. Generated ID

Unique ID for the service component.

Name

Type: text (max 128 characters). Key

The name of the service component.

Version

Type: text (max 32 characters). Key

The version of the service component.

Publisher

Type: text (max 128 characters). Key

The publisher of the service component.

Edition

Type: text (max 128 characters). Key

The edition of the service component.