XlConnectionType 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 database connection.
public enum class XlConnectionType
public enum XlConnectionType
Public Enum XlConnectionType
- Inheritance
-
XlConnectionType
Fields
Name | Value | Description |
---|---|---|
xlConnectionTypeOLEDB | 1 | OLEDB |
xlConnectionTypeODBC | 2 | ODBC |
xlConnectionTypeXMLMAP | 3 | XML MAP |
xlConnectionTypeTEXT | 4 | Text |
xlConnectionTypeWEB | 5 | Web |
xlConnectionTypeDATAFEED | 6 | Data Feed |
xlConnectionTypeMODEL | 7 | Power Pivot Model |
xlConnectionTypeWORKSHEET | 8 | Worksheet |
xlConnectionTypeNOSOURCE | 9 | No source |