다음을 통해 공유


FileSpec Element (ICF)

Contains elements that describe database file properties.

구문

<Database>
    <NamedFileGroup>
        ...
        <FileSpec>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required once or more per NamedFileGroup element.

Updates

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

Element Relationships

Relationship Elements

Parent element

NamedFileGroup Element (ICF)

Child elements

LogicalName Element for FileSpec (ICF)

FileName Element for FileSpec (ICF)

Size Element for FileSpec (ICF)

MaxSize Element for FileSpec (ICF)

GrowthIncrement Element for FileSpec (ICF)

주의

If you need to alter the database after creating the instance, use the SQL Server tools, such as SQL Server Management Studio.

For more information about specifying database properties, see the <filespec> section of the CREATE DATABASE(Transact-SQL) topic.

This example shows a complete FileSpec element.

<FileSpec>
    <LogicalName>Stock</LogicalName>
    <FileName>C:\DataFiles\Stock.mdf</FileName>
    <Size>20MB</Size>
    <MaxSize>40MB</MaxSize>
    <GrowthIncrement>20%</GrowthIncrement>
</FileSpec>

참고 항목

참조

Application Definition File Reference

개념

Instance Configuration File Reference

관련 자료

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

도움말 및 정보

SQL Server 2005 지원 받기