Schema
このセクションでは、本プロバイダーの接続設定で設定可能なSchema プロパティの全リストを提供します。
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。 |
| Views | レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。 |
| SchemaIniLocation | Specifies the path to the folder that contains the Schema.ini file. |
| AggregateFiles | Specifies whether the provider aggregates all files with the same schema in the specified folder into a single table called AggregatedFiles . |
| MetadataDiscoveryURI | Specifies the file that the provider uses to determine the schema when aggregating multiple files into a single result set. |
| TypeDetectionScheme | Specifies how the provider determines column data types when reading text files. |
| ColumnCount | Specifies the number of columns that the provider detects when dynamically determining table columns. |
| RowScanDepth | Specifies the number of rows that the provider scans when dynamically determining table columns. |