Freigeben über


EventClassName Element for EventClass (ADF)

Specifies the user-defined name of the event class.

Syntax

<EventClasses>
    <EventClass>
        <EventClassName>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 64 characters in length.

Default value

None.

Occurrence

Required once per EventClass element.

Updates

You can modify this element, but cannot add or delete it when you update the application.

Element Relationships

Relationship Elements

Parent element

EventClass Element (ADF)

Child elements

None.

Hinweise

The name of an event class must conform to SQL Server identifier naming conventions. It also must be unique within the application. For more information about SQL Server identifier naming conventions, see Bezeichner.

ms146588.note(de-de,SQL.90).gifWichtig:
If you add, delete, or update the EventClassName 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.

Beispiel

The following example shows an EventClassName element that specifies an event class name of HockeyScores.

<EventClassName>HockeyScores</EventClassName>

Siehe auch

Verweis

Application Definition File Reference

Andere Ressourcen

Definieren von Kernereignisklassen-Eigenschaften
Aktualisieren von Instanzen und Anwendungen

Hilfe und Informationen

Informationsquellen für SQL Server 2005