Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| SAPEdition | The edition of SAP you want to use. |
| BAPINameSeparator | A prefix used to differentiate columns in a query result that originated in different tables, but have the same name. Each of these columns is given a prefix consisting of the name its containing table, followed by the character(s) specified in this connection property. |
| Charset | The system code page to use when converting SAP Unicode byte arrays to strings. |
| CheckDecimalNotation | Specifies whether to read decimal values using the decimal notation specified in the user profile of the connected SAP user. |
| Destination | The name of a destination, defined in a local saprfc.ini or sapnwrfc.ini file. When this connection property is set, the connection details embedded in this destination are used to connect. |
| EndianType | The endian type of your SAP server. |
| GatewayHost | The gateway host you want to connect to. |
| GatewayService | The port used to connect to the SAP Gateway server specified in the GatewayHost connection property. |
| GenerateSchemaFiles | Determines how and when schema files are generated. |
| InitialValueMode | Controls whether empty column values are displayed as NULL or an initial (non-NULL) value. |
| Language | The ISO 639-1 language code used by your SAP system. |
| Location | The path where generated schema files are placed. |
| MapNUMCToVarchar | Specifies whether to map SAP table fields of NUMC and ACCP types to Varchar type. |
| MapRAWToVarchar | Specifies whether to map the SAP RAW and LRAW types to Varchar type. |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| Other | 特定のユースケースに対する追加の隠しプロパティを指定します。特定の問題に対処するため、サポートチームが推奨する場合にのみ使用してください。詳細は備考を参照してください。 |
| Pagesize | The maximum number of records per page the provider returns when requesting data from SAP ERP. Only used for SAP tables. |
| PaginationScheme | Determines how to handle the pagination query. |
| QueryMode | Determines which SAP Queries are displayed as views, if any. |
| ReadTableDelimiter | The delimiter used by the read table function specified in the ReadTableFunction connection property. |
| ReadTableFunction | The function to use for reading table data. |
| StoredProcedureFilter | A filter controlling which function modules are reported as stored procedures. |
| SupportServerSideCount | Enables server-side execution of the COUNT function in supported SAP installations. |
| TableMode | Determines which SAP tables are displayed as views, if any. |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| TrimStrings | Specifies which, if any, leading and trailing whitespaces are omitted from varchar columns. |
| UseInternalNames | Specifies whether to use the internal names of columns in query results rather than the display name. |
| UseLabels | Controls whether the human-readable names or internal names of tables and columns are displayed in query results. |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| UseSimpleNames | テーブルとカラムに簡略名を使用するかどうかを指定します。 |
| UseUnicodeRFC | Specifies whether to use the RFC_GET_UNICODE_STRUCTURE function module to get structure information. |
| WhitespaceToNull | Specifies whether to return string fields with an empty value as null. |