Stores information that defines each of the arguments used to configure the PCI Bridge.
Located in sybpcidb. The columns for pci_arguments are:
Name |
Datatype |
Description |
---|---|---|
pci_args_directive_index |
int |
The index of the directive to which the argument belongs. |
pci_args_name |
varchar(255) |
The name of the argument. |
pci_args_units |
varchar(255) |
The units type. Values are:
|
pci_args_number_value |
int |
When units=number, the value of number. If units=switch, the value is zero (0). |
pci_args_string_value |
varchar(255) |
Reserved for future use. |
pci_args_description |
varchar(255) |
Brief text description of the argument and its purpose. |
pci_args_enabled |
int |
Values are:
|
pci_args_status |
int |
Reserved for future use. |
Unique clustered index on pci_args_directive_index, pci_args_name.