Class ImportExportSpecification (Access VBA)

The class ImportExportSpecification represents a saved import or export operation. To use a ImportExportSpecification class variable it first needs to be instantiated, for example

Delete

Deletes the specified ImportExportSpecification object from the ImportExportSpecifications collection.


CodeProject.ImportExportSpecifications(1).Delete

Description

Gets or sets a String that describes the specified ImportExportSpecification object.

The maximum number of characters that can be used for the Description property is 255.


CodeProject.ImportExportSpecifications(1).Description =

Execute

Executes the specified import or export specification.

Execute (Prompt)

Name

Gets or sets the name of the specified ImportExportSpecification object.

The Name property must be unique within the ImportExportSpecifications collection and cannot exceed 64 characters.


CodeProject.ImportExportSpecifications(1).Name =

XML

Gets or sets the Extensible Markup Language (XML) string that defines an ImportExportSpecification object.


CodeProject.ImportExportSpecifications(1).XML =