다음을 통해 공유


FileName Element for LogFile (ADF)

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

구문

<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.

주의

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.

The following example shows a populated FileName element.

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

참고 항목

참조

Application Definition File Reference

관련 자료

응용 프로그램 데이터베이스 정의
CREATE DATABASE(Transact-SQL)
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기