Miscellaneous
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| CalculatedDataType | SOAP スキーマで計算フィールドに使用するデータ型を指定します。Microsoft SharePoint が計算フィールドに予期しない型を返す場合に設定します。 |
| ContinueOnError | provider がエラー発生後もバッチ更新の処理を継続するかどうかを指定します。 |
| CreateIDColumns | Specifies whether the provider creates supplemental ID columns for Microsoft SharePoint fields that reference values from other lists. Applies only to the SOAP schema. |
| DisableFilterLimit | Specifies whether to disable the 5000-record limit for list filters in Microsoft SharePoint REST queries. Setting this to true attempts server-side processing beyond the limit, but may result in server errors. |
| FolderOption | Specifies how the provider displays folders and files in query results when using the SOAP schema. |
| GetColumnsMetadata | Specifies when the provider retrieves column metadata for tables in the REST schema. Metadata can be loaded at startup or on first use. |
| IncludeLookupColumns | Specifies whether the provider includes lookup columns in query results when using the SOAP schema. |
| IncludeLookupDisplayValueColumns | Specifies whether the provider includes display value columns for lookup fields in query results when using the REST schema. |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。 |
| Pagesize | provider がMicrosoft SharePoint にデータをリクエストするときに返す、ページあたりの最大レコード数を指定します。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| Readonly | provider からMicrosoft SharePoint への読み取り専用アクセスを切り替えます。 |
| ResolveCalculatedTypes | SharePoint の計算列が、その数式の結果型に対応するSQL データ型を割り当てられるかどうかを制御します。 |
| RTK | provider のライセンスを取得するためのランタイムキーを指定します。設定されていないか無効な場合、provider は標準のライセンス方法をデフォルトとして使用します。このプロパティは、標準のライセンス方法がサポートされていないか、ランタイムキーが必要な環境でのみ必要です。 |
| ShowHiddenColumns | Specifies whether the provider includes hidden columns in metadata and query results. |
| ShowPredefinedColumns | Specifies whether the provider includes predefined columns, such as system or base-type columns, in metadata and query results. |
| ShowVersionViews | Specifies whether the provider includes list version views in metadata discovery when using the SOAP schema. |
| STSURL | Specifies the URL of the security token service (STS) used for single sign-on (SSO) authentication. This property is rarely required to be set manually. |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| UseDisplayNames | Specifies whether the provider uses column display names instead of API names in metadata and query results. |
| UseEntityTypeName | Specifies whether the provider uses a list’s EntityTypeName as the table name during metadata discovery instead of the list’s Title field. |
| UseNTLMV1 | Specifies whether the provider uses NTLMv1 or NTLMv2 for authentication. |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| UseSimpleNames | テーブルとカラムに簡略名を使用するかどうかを指定します。 |