Share via


Application.LoadFromAXL Method (Access)

Imports the object defined in an Application XML (AXL) file into the database.

Version Information

추가된 버전: Access 2010

Syntax

.LoadFromAXL(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 create.

ObjectName

필수

String

Specifies the name of the object.

FileName

필수

String

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

Remarks

The LoadFromAXL method does not provide a warning when the object specified in the ObjectName argument already exists. If an object of the same name already exists, it will be replaced by the object specified in the ObjectName argument.

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

참고 항목

개념

Application Object

Application Object Members