Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置客户端消息存储库属性。
可从此客户端消息存储库的每个连接读取其属性。这些值将被同步到服务器,在服务器上同样可以将这些值用于传输规则。
下面的示例将消息存储库的同步策略设置为 [自动]:
begin call ml_qa_setstoreproperty( 'policy', 'automatic' ); commit; end