FileName Element for LogFile (ADF)

Specifies the file name and path of a log file used by the application database.

Sintaxis

<Database>
    ...
    <LogFile>
        ...
        <FileName>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 260 characters in length.

Default value

None.

Occurrence

Required once per LogFile element.

Updates

Cannot be added, deleted, or modified when updating the application.

Element Relationships

Relationship Elements

Parent element

LogFile Element (ADF)

Child elements

None.

Notas

Specify the full path and file name for the log file in the FileName element.

For more information, see os_file_name parameter in the CREATE DATABASE (Transact-SQL) topic.

Ejemplo

The following example shows a populated FileName element.

<FileName>E:\Logs\StockLog.ldf</FileName>

Vea también

Referencia

Application Definition File Reference

Otros recursos

Definir la base de datos de aplicación
CREATE DATABASE (Transact-SQL)
Actualizar instancias y aplicaciones

Ayuda e información

Obtener ayuda sobre SQL Server 2005