DataFeedProperties class
Defines the DataFeedProperties Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:dataFeedPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.Excel.DataFeedProperties
Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.6.125 CT_DataFeedPr
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_Connection
Specifies properties of a Model Data Source Data Feed connection.<101>
Child Elements:
dbTables: A CT_DbTables element that specifies the list of database tables used by this connection.
Attributes:
connection: An ST_Xstring ([ISO/IEC-29500-1] section 22.9.2.19) attribute that specifies connection string.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_DataFeedPr">
<xsd:sequence>
<xsd:element name="dbTables" type="CT_DbTables" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="connection" use="required" type="x:ST_Xstring"/>
</xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).