Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ起動同期 » サーバ起動同期の Mobile Link サーバ設定

 

ml_add_property システム・プロシージャを使用したサーバ側設定の実行

SQL Anywhere 統合データベースのサーバ側設定を行うには、ml_add_property システム・プロシージャを使用します。これらのプロパティとイベントは、Interactive SQL を使用して設定できます。

共通プロパティ構文
CALL ml_add_property('SIS', '', 'Property', Value);
Notifier プロパティとイベントの構文
CALL ml_add_property('SIS', 'Notifier(NotifierName)', 'Event-or-Property', Value);
ゲートウェイ・プロパティ構文
CALL ml_add_property('SIS', 'DeviceTracker(DeviceTrackerName)', 'Property', Value);
CALL ml_add_property('SIS', 'SMTP(SMTPName)', 'Property', Value);
CALL ml_add_property('SIS', 'UDP(UDPName)', 'Property', Value);
CALL ml_add_property('SIS', 'SYNC(SYNCName)', 'Property', Value);
Carrier プロパティ構文
CALL ml_add_property('SIS', 'Carrier(CarrierName)', 'Property', Value);

詳細については、ml_add_property システム・プロシージャを参照してください。