Enum SqlServerConnectionStorePathSource
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
Identifies which configuration source selected a connection-store file path.
public enum SqlServerConnectionStorePathSource
Fields
ApplicationDefault = 2- The host application's own default store location.
EnvironmentVariable = 1- The TigerQuery store-path environment variable.
Explicit = 0- A path supplied directly by the caller, such as a command-line option.
Remarks
Reported on success so diagnostics can prove which store an operation used, and on
failure to name the source that supplied the unusable value. The declaration order is
the precedence order.