Share via


Application.SaveAsAXL Method (Access)

Exports the specified object to an Application XML (AXL) file.

Version Information

추가된 버전: Access 2010

Syntax

.SaveAsAXL(ObjectType, ObjectName, FileName)

A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

ObjectType

필수

AcObjectType

Specifies the type of object to export.

ObjectName

필수

String

Specifies the name of the object to export.

FileName

필수

String

Specifies the full path and filename of the AXL file to create.

Remarks

The SaveAsAXL method does not provide a warning when the file specified in the FileName argument already exists. If this occurs, the file will be overwritten.

The SaveAsAXL method generates a run-time error if the current database is not a Web database.

For more information about AXL, see [MS-AXL]: Access Application Transfer Protocol Structure Specification.

참고 항목

개념

Application Object Members

Application Object