다음을 통해 공유


FileGroup Element for EventClass (ADF)

Specifies the application database filegroup on which the event table will be created.

구문

<EventClasses>
    <EventClass>
        ...
        <FileGroup>

Element Characteristics

Characteristic Description

Data type

string, between 0 and 128 characters in length.

Default value

The /Database/DefaultFileGroup value (if specified) or the application database's primary filegroup.

Occurrence

Optional once per EventClass element.

Updates

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

EventClass Element (ADF)

Child elements

None.

주의

If specified, the FileGroup value must match one of the Database element's NamedFileGroup values.

ms145406.note(ko-kr,SQL.90).gif중요:
If you update a FileGroup element, updating the application deletes and re-creates the event class to which it corresponds. This includes dropping and re-creating the SQL Server tables and indexes used by this event class. Any data existing in the original SQL Server tables is permanently deleted.

The following example shows how to have Notification Services place the event class tables in the Events filegroup.

<FileGroup>Events</FileGroup>

참고 항목

참조

Application Definition File Reference

관련 자료

핵심 이벤트 클래스 속성 정의
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기