DB2ConnectionStringBuilder.SkipSynonymProcessing Property
Specifies whether IBM® Data Server Provider for .NET sends a connection string to the DbPermission.Add method, without passing through the DB2ConnectionStringBuilder class.
- Namespace:
IBM.Data.DB2- Assembly:
IBM.Data.DB2(inIBM.Data.DB2.dll)
Syntax
[Visual Basic]
Public Property SkipSynonymProcessing As Boolean
[C#]
public bool SkipSynonymProcessing {set;}
[C++]
public: __property bool set_SkipSynonymProcessing();
[JScript]
public function set SkipSynonymProcessing():Boolean
Property values
If you set the SkipSynonymProcessing property to true, IBM Data Server Provider for .NET sends the connection string to the DbPermission.Add method, thereby saving the performance cost of the string manipulation that is required for processing synonym keywords.
The default value of the property is true.
Remarks
If you specify an invalid value for the SkipSynonymProcessing property, an ArgumentException exception is thrown.