XlQueryType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of query used by Microsoft Excel to populate the query table or PivotTable cache.
public enum class XlQueryType
public enum XlQueryType
Public Enum XlQueryType
- Inheritance
-
XlQueryType
Fields
Name | Value | Description |
---|---|---|
xlODBCQuery | 1 | Based on an ODBC data source |
xlDAORecordset | 2 | Based on a DAO recordset query, for query tables only |
xlWebQuery | 4 | Based on a Web page, for query tables only |
xlOLEDBQuery | 5 | Based on an OLE DB query, including OLAP data sources |
xlTextImport | 6 | Based on a text file, for query tables only |
xlADORecordset | 7 | Based on an ADO recordset query |