ImportedComputerCustomProperty Table
The ImportedComputerCustomProperty table is used by the importer to import custom properties for computers.
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.| Database Column | Details | 
|---|---|
| ComplianceConnectionID | Type: integer. Key The identifier of a data source connection in the  | 
| ExternalID | Type: big integer. Key The identifier, in the source connection, of the computer that this property belongs to. | 
| PropertyNameID | Type: integer. Key The identifier for custom property in the  | 
| PropertyValue | Type: text (max 256 characters) The value of the custom property. |