要配置 SQL Anywhere 统一数据库的服务器端设置,请使用 ml_add_property 系统过程。可以使用 Interactive SQL 设置这些属性和事件。
CALL ml_add_property('SIS', '', 'Property', Value); |
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); |
CALL ml_add_property('SIS', 'Carrier(CarrierName)', 'Property', Value); |
有关详细信息,请参见ml_add_property 系统过程。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |