The underlying system table for this view is ISYSMIRRORSERVEROPTION.
Column name | Data type | Description |
---|---|---|
server_id | UNSIGNED BIGINT | A unique identifier for the mirror server. |
option_name | CHAR(128) | The name of the option. |
option_value | LONG VARCHAR | The value of the option when the mirror was created. |
PRIMARY KEY (server_id, option_name) |
FOREIGN KEY (server_id) references SYS.ISYSMIRRORSERVER (object_id) |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |