ReConnectionMethodType enumeration

ReConnectionMethodType enumeration

Specifies what the spreadsheet application should do when a connection fails.

The ReConnectionMethodType type exposes the following members:

Fields

FieldDescription
REQUIREDOn refresh use the existing connection information and if it ends up being invalid
then get updated connection information, if available from the external connection file.
ALWAYSOn every refresh get updated connection information from the external connection file,
if available, and use that instead of the existing connection information.
In this case the data refresh will fail if the external connection file is unavailable.
NEVERNever get updated connection information from the external connection file
even if it is available and even if the existing connection information is invalid

See Also