Represents the collection profile element for one given metric on one given agent host.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| collection_profile_metric_id | integer | not null | Unique identity of the collection profile metric |
| collection_profile_id | integer | with null | The identity of the collection profile |
| metric_id | integer | with null | The identity of the metric |
| agent_host_id | integer | with null | Unique identifier for one slm server, which in this case should be a DC Hub. |
| description | nvarchar(128) | with null |
Product Name: Unicenter Service Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| collection_profile_metric_id | usm_collection_profile_attrs | collection_profile_metric_id |