Optional attributes for an analyze job.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| analyze_job_option_id | integer | not null | Unique identity for this option |
| name | varchar(50) | not null | The name of the attribute |
| value | nvarchar(255) | not null | The value of the optional attribute |
| analyze_job_id | integer | not null | Unique identifier for the analyze job |
Product Name: Unicenter Service Management
Table Type: Table