接続文字列オプション
The connection string properties describe the various options that can be used to establish a connection.
アセンブリ
CData.BizTalk.MariaDBAdapter.dll
解説
The connection string can be set to a series of option=value strings separated by semicolons. If a connection string property value has special characters such as semicolons, single quotes, spaces, etc., then you must quote the value using either single or double quotes.
Connection options are case insensitive.
The Server and Port properties must be set to a MariaDB server. If IntegratedSecurity is set to false, then User and Password must be set to valid user credentials. Optionally, Database can be set to connect to a specific database. If not set, the 本製品 reports tables from all databases.
接続文字列オプション
以下に、現在のプロバイダ用に接続文字列で設定できるオプションの完全なリストを示します。詳細については、各リンクをクリックしてください。
Database | The name of the MariaDB database. |
Firewall Password | プロキシベースのファイアウォールへの認証に使われるパスワード。 |
Firewall Port | プロキシベースのファイアウォールのTCP ポート。 |
Firewall Server | プロキシベースのファイアウォールの名前もしくはIP アドレス。 |
Firewall Type | プロキシベースのファイアウォールで使われるプロトコル。 |
Firewall User | プロキシベースのファイアウォールに認証するために使うユーザー名。 |
Integrated Security | Whether or not to authenticate with Windows authentication. |
Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。 |
Logfile | ログファイルの名前と場所を指定するファイルパス。 |
Log Modules | ログファイルに含まれるコアモジュール。 |
Max Log File Count | ログファイルの最大ファイル数を指定する文字列。サイズリミットを超えると、日付と時刻が末尾に追加された新しいログが同じフォルダ内に作成され、最も古いログファイルが削除されます。 |
Max Log File Size | ログファイルの最大バイトサイズ(例えば、10MB)を指定する文字列。サイズリミットを超えると、日付と時刻が末尾に追加された新しいログが同じフォルダ内に作成されます。 |
Max Rows | クエリで集計またはグループ化を使用しない場合に返される行数を制限します。これにより、設計時にパフォーマンスの問題を回避できます。 |
Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
Password | ユーザーの認証で使用されるパスワード。 |
Port | The port of the MariaDB server. |
Query Passthrough | このオプションは、クエリをMariaDB サーバーにas-is で渡します。 |
Readonly | このプロパティを使用して、provider からMariaDB へのアクセスを読み取り専用に設定できます。 |
RTK | ライセンス供与で使用されるランタイムキー。 |
Server | The host name or IP address of the server. |
SSH Client Cert | The SSH client certificate store for SSH Client Authentication. |
SSH Client Cert Password | The password for the SSH client certificate. |
SSH Client Cert Subject | The subject of the SSH client certificate. |
SSH Client Cert Type | The type of key store containing the SSH client certificate. |
SSH Password | The SSH password. |
SSH Port | The SSH port. |
SSH Server | The SSH server. |
SSH Server Fingerprint | The SSH server fingerprint. |
SSH User | The SSH user. |
SSL Client Cert | SSL クライアント認証(2-way SSL)のためのTLS/SSL クライアント証明書ストア。 |
SSL Client Cert Password | TLS/SSL クライアント証明書のパスワード。 |
SSL Client Cert Subject | TLS/SSL クライアント証明書の件名。 |
SSL Client Cert Type | TLS/SSL クライアント証明書を格納するキーストアの種類。 |
SSL Server Cert | TLS/SSL を使用して接続するときに、サーバーが受け入れ可能な証明書。 |
Tables | このプロパティは、レポートされたテーブルを使用可能なテーブルのサブセットに制限します。例えば、Tables=TableA,TableB,TableC です。 |
Timeout | The value in seconds until the connection timeout error is thrown. |
User | 認証で使用されるMariaDB ユーザーアカウント。 |
Use SSH | Use SSH. |
Use SSL | This field sets whether SSL is enabled. |
Views | レポートされたビューを使用可能なテーブルのサブセットに制限します。例えば、Views=ViewA,ViewB,ViewC です。 |
Zero Dates To Null | Whether or not to return Date and DateTime values consisting of all zeros as NULL. |