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 = 2Integrated (Windows NT) authentication should be used.
SQL = 1SQL authentication should be used.
Unknown = 0The authentication type is unknown.