다음을 통해 공유


DefaultFileGroup Element (ADF)

Specifies one of the NamedFileGroup entries to be used as the default filegroup when creating Microsoft SQL Server objects for this application.

구문

<Application>
    ...
    <Database>
        ...
        <DefaultFileGroup>

Element Characteristics

Characteristic Description

Data type

string, between 0 and 128 characters in length.

Default value

The default filegroup of the SQL Server instance being used.

Occurrence

Optional once per Database element.

Updates

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

Element Relationships

Relationship Elements

Parent element

Database Element (ADF)

Child elements

None.

주의

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

The following example shows a DefaultFileGroup element naming the Secondary filegroup (previously defined in a FileGroupName element) as the default filegroup for the application.

<DefaultFileGroup>Secondary</DefaultFileGroup>

참고 항목

참조

Application Definition File Reference

관련 자료

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

도움말 및 정보

SQL Server 2005 지원 받기