DataType Class
Data Source Type.When the object is serialized out as xml, its qualified name is w:dataType.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.DataType
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class DataType _
Inherits OpenXmlLeafElement
'Usage
Dim instance As DataType
public class DataType : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 1st Edition]
17.14.10 dataType (Data Source Type)
This element specifies the type of external data source to be connected to via the Dynamic Data Exchange (DDE) system (such as a spreadsheet or database), or the alternative method of data access if the Dynamic Data Exchange system is not used. This setting is purely a suggestion of the data source access mechanism which shall be used, and can be ignored in favor of an alternative mechanism if one is present.
[Example: Consider the following WordprocessingML fragment for a mail merge source or merged document:
<w:dataType w:val="odbc" />
The dataType element's val attribute is equal to odbc, specifying that the given merged WordprocessingML document has been connected to an external data source via the Open Database Connectivity interface. end example]
Parent Elements |
---|
mailMerge (§17.14.20) |
Attributes |
Description |
---|---|
val (Value) |
Specifies the exact type of external data source to which a given merged WordprocessingML document is to be connected. [Example: Consider the following WordprocessingML fragment for a mail merge document. <w:dataType w:val="database" /> The val attribute is equal to database, specifying that the given WordprocessingML document has been connected to a database via the Dynamic Data Exchange (DDE) system. end example] The possible values for this attribute are defined by the ST_MailMergeDataType simple type (§17.18.52). |
[Note: The W3C XML Schema definition of this element’s content model (CT_MailMergeDataType) is located in §A.1. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.