ExcelType element

Specifies the data type of a query parameter.

Usage

      
<ExcelType />

    

Element Information

Element type Anonymous
Namespace urn:schemas-microsoft-com:office:excel
Schema name XML Spreadsheet 2000

Elements and Attributes

Parent Elements

Element Description
Parameter Specifies the parameters to the command text.
Parameter Contains information about a query parameter.

Child Elements

None.

Attributes

None.

Definition

      
<xsd:element name="ExcelType" default="Text" minOccurs="0" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="Boolean" />
      <xsd:enumeration value="Float" />
      <xsd:enumeration value="Integer" />
      <xsd:enumeration value="Text" />
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp