CREATE table SYS.SYSREMOTEOPTIONTYPE ( option_id UNSIGNED INT NOT NULL, type_id SMALLINT NOT NULL, "option " VARCHAR( 128 ) NOT NULL, PRIMARY KEY ( option_id ), FOREIGN KEY REFERENCES SYS.SYSREMOTETYPE )
Each row describes one of the SQL Remote message link parameters.
option_id Identification number for the message link parameter.
type_id Identification number for the message type that uses this parameter.