다음을 통해 공유


AcImportXMLOption Enumeration

Specifies the action to take when using the ImportXML method to import data from an XML file.

Name

Value

Description

acAppendData

2

Imports the data into an existing table.

acStructureAndData

1

Imports the data into a new table based on the structure of the specified XML file.

acStructureOnly

0

Creates a new table based on the struture of the specified XML file.