Skip to main content

SETTINGA

The SETTINGA function is used in Data Synchronization Studio to retrieve a specific setting value defined for Data Source A.

The syntax of the function takes a single parameter, which is the name of the setting to retrieve.

This function can be useful when you need to reference a setting value defined in the data source configuration, such as a file path or a database connection string.

Syntax

string SETTINGA(string name)

Example

SETTINGA("Path")

Will return the file path for Data Source A.