Configuration attribute for a slm server. One slm server may have multiple configuration attributes. Each attribute has a name and a value and is associated with a usm_slm_server.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| server_config_id | integer | not null | Unique identity for this configuration |
| name | varchar(50) | with null | Name of the configuration attribute |
| value | nvarchar(1023) | with null | Value of the configuration attribute |
| server_id | integer | with null | The slm server for which this configuration attribute applies. |
Product Name: Unicenter Service Management
Table Type: Table