SYNC_PROFILE_OPTION_VALUE function [System]

Returns the value of the option corresponding to the given option name.

Syntax
SYNC_PROFILE_OPTION_VALUE(profile_name, option_name)
Parameters
  • profile_name   The name of the sync profile to inspect.

  • option_name   The name of the option to retrieve the corresponding value for.

Returns

Returns the value of the option corresponding to the given option name.

Remarks

Option names with periods will retrieve values from a sublist with the given base option name before the period, and the given sublist option name after the period.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

Consider the profile:

MobilinkUid=joe;Stream=tcpip{host=sybase;port=1234};Ping=1
 
  • MobilinkUid   joe

  • Stream   tcpip{host=sybase;port=1234}

  • Stream.host   sybase

  • Stream.port   1234

  • Ping   1