Enum SqlDataSourceAuthenticationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the authentication type used by a SQL server ODBC connection.
public enum SqlDataSourceAuthenticationType
Fields
Integrated = 2
Integrated (Windows NT) authentication should be used.
SQL = 1
SQL authentication should be used.
Unknown = 0
The authentication type is unknown.