Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| BatchSize | 送信する各バッチ処理の最大サイズ。 |
| ConnectionLifeTime | 接続の最大有効期間(秒単位)。その時間が経過すると、接続オブジェクトは削除されます。 |
| EncryptPassword | This field sets whether password encryption is enabled. |
| IgnoreGroupNumber | Whether to return group number (like ';num') of procedure when list procedures. |
| MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
| MaxTDSPacketSize | The protocol sending and receiving buffer size. For the lower version, it's from 512 to 512. For the newer version, it's from 512 to 2048. |
| Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
| PoolIdleTimeout | 接続が閉じられる前に許容されたアイドル時間。 |
| PoolMaxSize | プールの最大接続数。 |
| PoolMinSize | プール内の最小接続数。 |
| PoolWaitTime | 使用可能な接続を待機する最大秒数。 |
| QueryPassthrough | このオプションは、クエリをSybase サーバーにas-is で渡します。 |
| Readonly | このプロパティを使用して、provider からSybase へのアクセスを読み取り専用に設定できます。 |
| RTK | ライセンス供与で使用されるランタイムキー。 |
| TextSize | SELECT statements return text, image, and unitext data up to the limit specified in this property. |
| Timeout | A timeout for the provider. |
| UseConnectionPooling | このプロパティは、コネクションプーリングを有効にします。 |