Freigeben über


MailMergeDataValues-Enumeration

Defines the MailMergeDataValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration MailMergeDataValues
'Usage
Dim instance As MailMergeDataValues
public enum MailMergeDataValues

Member

Membername Beschreibung
TextFile Text File Data Source. When the item is serialized out as xml, its value is "textFile".
Database Database Data Source. When the item is serialized out as xml, its value is "database".
Spreadsheet Spreadsheet Data Source. When the item is serialized out as xml, its value is "spreadsheet".
Query Query Data Source. When the item is serialized out as xml, its value is "query".
Odbc Open Database Connectivity Data Source. When the item is serialized out as xml, its value is "odbc".
Native Office Data Source Object Data Source. When the item is serialized out as xml, its value is "native".

Siehe auch

Referenz

DocumentFormat.OpenXml.Wordprocessing-Namespace