JDBC Driver for SQL Server

Build 23.0.8839

Miscellaneous

このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。


プロパティ説明
ApplicationIntentThe application intent connection string property expresses the client application's request to be directed either to a read-write or read-only version of an availability group database. To use read-only routing, a client must use an application intent of read-only in the connection string when connecting to the availability group listener. Without the read-only application intent, connections to the availability group listener are directed to the database on the primary replica.
ApplicationNameThe application name connection string property expresses the HTTP User-Agent.
BatchSize送信する各バッチ処理の最大サイズ。
ConnectionLifeTime接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。
ConnectOnOpenこのプロパティは、接続が開かれたときにSQL Server に接続するかどうかを指定します。
IncludeSystemSchemasThis property specifies whether to query the system schemas, including 'guest' and those whose names start with 'db_'.
IncludeTableTypesIf set to true, the provider will query for the types of individual tables and views.
MaxRowsクエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。
Otherこれらの隠しプロパティは特定のユースケースでのみ使用されます。
PoolIdleTimeout接続が閉じられる前に許容されたアイドル時間。
PoolMaxSizeプールの最大接続数。
PoolMinSizeプール内の最小接続数。
PoolWaitTime使用可能な接続を待機する最大秒数。
QueryPassthroughこのオプションは、クエリをSQL Server サーバーにas-is で渡します。
Readonlyこのプロパティを使用して、provider からSQL Server へのアクセスを読み取り専用に設定できます。
RTKライセンス供与で使用されるランタイムキー。
TimeoutA timeout for the provider.
UseConnectionPoolingこのプロパティは、コネクションプーリングを有効にします。

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839