다음을 통해 공유


FileGroupName Element (ADF)

Specifies the user-defined name of the filegroup.

구문

<Database>
    <NamedFileGroup>
        <FileGroupName>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 128 characters in length.

Default value

None.

Occurrence

Required once per NamedFileGroup element.

Updates

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

Element Relationships

Relationship Elements

Parent element

NamedFileGroup Element (ADF)

Child elements

None.

주의

When Notification Services creates an application database, it creates the filegroups specified in the application definition file (ADF).

At least one filegroup must use the name PRIMARY.

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

For more information about filegroup names, see the FILEGROUP filegroup_name description in CREATE DATABASE (Transact-SQL).

The following example shows how to specify that the filegroup you are defining is the application database's Primary filegroup.

<FileGroupName>PRIMARY</FileGroupName>

참고 항목

참조

Application Definition File Reference

관련 자료

응용 프로그램 데이터베이스 정의
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기