Authentication
This section provides a complete list of the Authentication properties you can configure in the connection string for this provider.
| Property | Description |
| AuthScheme | The authentication mechanism that the provider will use to authenticate with Informix. |
| Server | The name of the Informix server. |
| Port | The port used to connect to the server hosting the database. |
| User | A database user. |
| Password | The user's password. |
| Database | The name of the Informix database. |
| UseSSL | This field sets whether SSL is enabled. |
| AlternateServers | このプロパティを使うと、 Server および Port で設定されたサーバーに加え、複数のサーバーを指定できます。サーバー名およびポートの両方を、サーバーをカンマで区切って指定します。 |