Share via


History Element (ADF)

Contains elements that document the history of the application definition file (ADF).

Sintassi

<Application>
    ...
    <History>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per Application element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

CreationDate Element (ADF)

CreationTime Element (ADF)

LastModifiedDate Element (ADF)

LastModifiedTime Element (ADF)

Osservazioni

Use the History section of the application definition file (ADF) to record the application history.

You can optionally specify a time zone for the date and time vales. If you do not specify a time zone, the default time zone is Greenwich Mean Time (GMT).

For more information about XML data types, see Primitive XML Data Types in the MSDN Library.

Esempio

The following example shows a History element that records the application's creation time as 10:30 GMT on 9/22/2001, and the application's last update time as 22:30 GMT on 10/25/2001.

<History>
    <CreationDate>2001-09-22</CreationDate>
    <CreationTime>10:30:00</CreationTime>
    <LastModifiedDate>2001-10-25</LastModifiedDate>
    <LastModifiedTime>22:30:00</LastModifiedTime>
</History>

Vedere anche

Riferimento

Application Definition File Reference

Altre risorse

Impostazione della versione e della cronologia dell'applicazione
Aggiornamento di istanze e applicazioni

Guida in linea e informazioni

Assistenza su SQL Server 2005