SkipSynonymProcessing IBM data server driver configuration keyword

Specifies whether IBM® .NET Data Provider for .NET sends a connection string as is to the DbPermission.Add method.

Equivalent CLI keyword
N/A
Equivalent IBM data server provider for .NET connection string keyword
SkipSynonymProcessing
IBM data server driver configuration file (db2dsdriver.cfg) syntax
<parameter name="SkipSynonymProcessing" value="true | false | yes | no | 0 | 1"/>
Default setting:
true
Usage notes:
The value of the SkipSynonymProcessing keyword determines whether synonym processing takes place or not.
The possible values for the SkipSynonymProcessing keyword are as follows:
true | yes | 1
Indicates that the connection string is not processed for synonyms.
false | no | 0
Indicates that the connection string is processed for synonyms.