Programming with Reflection
SaveConnection property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether connection setting information is saved in settings files. When this value is True connection settings are saved, when it is false they are not saved.
For example, this statement specifies that connection settings should not be saved when the settings file is saved:
Session.SaveConnection = False
The default value is True.
The value of this property determines what information is saved to complete settings files (*.r1w, *.r2w, *.r4w). Connection settings are always saved when you save Connection settings files (*.rco), even if this property is False.