ADO.NET Provider for QuickBooks

Build 24.0.9175

Miscellaneous

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


プロパティ説明
BatchSize各バッチ操作に含まれる行の最大数を指定します。0に設定するとバッチ全体を1つのリクエストとして送信します。
ConnectDirectlySpecifies whether to connect directly to QuickBooks without using the QuickBooks Gateway. Use this property for direct communication with QuickBooks under specific conditions, such as matching application bitness and user permissions.
ConnectionLifeTime接続の最大有効期間を秒単位で指定します。指定した時間が経過すると、provider は接続を閉じます。時間制限を設けない場合は、0または空白のままにします。
CustomFieldModeSpecifies the format used to display custom fields in the data. Choose between the traditional XML format for compatibility with older systems or the compact JSON format for modern tools and databases.
DelayAfterCloseSpecifies the delay, in milliseconds, applied after closing a connection to QuickBooks.
IncludeLineItemsSpecifies whether to include Line Item details when retrieving base transactions, such as invoices, from QuickBooks.
IncludeLinkedTxnsSpecifies whether to include Linked Transactions when retrieving base transactions, such as invoices, from QuickBooks.
MaxRows集計やGROUP BY を使用しないクエリで返される最大行数を指定します。
Other特定のユースケースに対して追加の隠しプロパティを指定します。これらは通常のprovider の機能では必要ありません。複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。
PagesizeQuickBooks から返される、1ページあたりの結果の最大数を指定します。この設定は、ほとんどのユースケースに最適化されている、データソースによって設定されたデフォルトのページサイズをオーバーライドします。
PoolIdleTimeout接続が閉じられるまでのプール内の最大アイドル時間を秒単位で指定します。
PoolMaxSize接続プールで許容される接続の最大数を指定します。デフォルト値は100です。プーリングを無効にするには、0または負の値に設定します。
PoolMinSize接続プールで維持される接続の最小数を指定します。デフォルト値は1です。
PoolWaitTime接続リクエストがプール内の利用可能な接続を待機する最大秒数を指定します。待ち時間がこの時間を超えるとエラーが返されます。デフォルトは60秒です。
PseudoColumnsテーブルカラムとして公開する擬似カラムを指定します。'TableName=ColumnName;TableName=ColumnName' という形式を使用します。デフォルトは空の文字列で、このプロパティを無効にします。
QBXMLVersionSpecifies the version of QBXML used in outgoing messages for interacting with QuickBooks Desktop Edition.
Readonlyprovider からQuickBooks への読み取り専用アクセスを切り替えます。
RTKprovider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ使用してください。
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。デフォルトは60秒です。タイムアウトを無効にするには0を設定します。
UseConnectionPooling接続プーリング機能を有効にすると、provider がリクエストごとに新しい接続を作成する代わりに、既存の接続を再利用できます。
UserDefinedViewsカスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。
UseRDSSpecifies whether the provider connects to QuickBooks using Remote Data Sharing (RDS). This setting is incompatible with connections made through the QuickBooks Gateway.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175