2.1.1 ST_ConnectionType

Specifies the database connection (2) type.

The following table specifies the enumeration values for this type.

Enumeration value

Meaning

OLEDB

Specifies an OLE DB connection (2) type. For more information about OLE DB, see [MSDN-OLEDBP-OI].

ODBC

Specifies an ODBC (Open Database Connectivity) connection (2) type. For more information about ODBC, see [MSFT-ODBCODCO].

DATAFEED<1>

Specifies a data feed connection (2) type. For more details about data feeds, see [MS-ODATA].

The following table lists all other types that reference this type.

Referenced by

CT_Connection

The following XML schema fragment defines this element.

 <xs:schema
   targetNamespace="urn:schemas-microsoft-com:office:odc"
   elementFormDefault="qualified"
   xmlns="urn:schemas-microsoft-com:office:odc"
   xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
   <xs:simpleType name="ST_ConnectionType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="OLEDB" />
       <xs:enumeration value="ODBC" />
       <xs:enumeration value="DATAFEED" />
     </xs:restriction>
   </xs:simpleType>
  
 </xs:schema>