Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the user-defined name of an event field.
Syntax
<EventClasses>
<EventClass>
...
<Schema>
<Field>
<FieldName>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
string, between 1 and 128 characters in length. |
Default value |
None. |
Occurrence |
Required once per Field element. |
Updates |
Can be modified, but not added or deleted, when you update the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Hinweise
Field names can contain letters, numbers, and the special characters _, #, @, and $. They must conform to SQL Server identifier conventions. For more information about SQL Server identifiers, see Bezeichner.
Wichtig: |
|---|
| You cannot name an event field EventBatchID or EventID. Notification Services already uses these field names internally. |
Wichtig: |
|---|
| If you update a FieldName 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 event class tables is permanently deleted. |
Beispiel
The following example shows how to specify that the field name is StockSymbol.
<FieldName>StockSymbol</FieldName>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Definieren von Kernereignisklassen-Eigenschaften
Aktualisieren von Instanzen und Anwendungen
Wichtig: