Schema
このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリへのパス。 |
| BrowsableSchemas | このプロパティは、使用可能なスキーマのサブセットにレポートされるスキーマを制限します。例えば、BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | このプロパティは、使用可能なテーブルのサブセットにレポートされるテーブルを制限します。例えば、Tables=TableA,TableB,TableC です。 |
| Views | 使用可能なテーブルのサブセットにレポートされるビューを制限します。例えば、Views=ViewA,ViewB,ViewC です。 |
| MetadataFilesLocation | The location of the metadata files. Set this to the path of the folder where your metadata files are stored, or the specific path of your file. |
| TypeDetectionScheme | Determines how to determine the data types of columns. |
| RowScanDepth | The maximum number of rows to scan to look for the columns available in a table. |
| PrimaryKeyIdentifier | Set this property to control the name of the primary key. |