Code Assist MCP for ServiceNow

Build 25.0.9540

Miscellaneous

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


プロパティ説明
BatchSizeバッチ操作中に送信される各バッチに含まれる行の最大数を指定します。バッチ全体を1つのリクエストとして送信するには、BatchSize を 0 に設定します。
ConnectionLifeTime接続の最大有効期間を秒単位で指定します。指定した時間が経過すると、provider は接続を閉じます。
ConnectOnOpenプロバイダーが接続を開くと同時にServiceNow への接続を確立するかどうかを指定します。すぐに接続性を検証する必要がある場合は、ConnectOnOpen をTrue に設定します。
DisplayValueSpecifies whether the provider retrieves display values, actual system values, or both when querying data from ServiceNow.
DisplayValueColumnNameSpecifies the naming pattern used for columns that contain display values when the DisplayValue property is set to ALL.
EnforceColumnValuesSpecifies whether the provider validates column values against the allowed choices defined in ServiceNow when executing INSERT or UPDATE statements.
ExcludeReferenceLinkSpecifies whether the provider omits reference fields from query results.
FullOrderByPushDownSpecifies how the provider handles ORDER BY clauses in SELECT statements.
GetColumnsMetadataSpecifies when the provider retrieves column metadata from ServiceNow.
MaxRows集計やGROUP BY を含まないクエリで返される最大行数を指定します。
Other特定の問題に対処するため、特殊なシナリオ向けの高度な接続プロパティを指定します。このプロパティは、サポートチームの指示がある場合にのみ使用してください。
Pagesizeprovider がServiceNow にデータをリクエストするときに返す、ページあたりの最大レコード数を指定します。
PoolIdleTimeout接続が閉じられるまでのプール内の最大アイドル時間を秒単位で指定します。 UseConnectionPooling=True が必要です。
PoolMaxSize接続プールで許容される接続の最大数を指定します。
PoolMinSize接続プールで常に維持される接続の最小数を指定します。
PoolWaitTime接続リクエストがプール内の利用可能な接続を待機する最大秒数を指定します。待ち時間がこの時間を超えるとエラーが返されます。
PseudoColumnsテーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
Readonlyprovider からServiceNow への読み取り専用アクセスを切り替えます。
RTKprovider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。
ShowDescriptionsSpecifies whether the provider retrieves and returns table and column descriptions from ServiceNow metadata endpoints.
Timeoutprovider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
UseConnectionPooling接続プーリング機能を有効にすると、provider がリクエストごとに新しい接続を作成する代わりに、既存の接続を再利用できます。
UseDisplayColumnNamesSpecifies whether the provider uses display (GUI) names instead of API names for columns in ServiceNow.
UseDisplayTableNamesSpecifies whether the provider uses display (GUI) names instead of API names for tables in ServiceNow.
UserDefinedViewsカスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540