Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Contains one or more Application elements, each of which describes an application hosted by the instance.
Sintaxis
<NotificationServicesInstance>
...
<Applications>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Required once per NotificationServicesInstance element. |
Updates |
Cannot be added or deleted when updating the instance. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
Ejemplo
This example shows a complete Applications element with two applications. The example illustrates using parameters for the BaseDirectoryPath element and passing values to the application definition file (ADF). Values for %BaseDirectoryPath%, %DBSystem%, and %NSSystem% are specified either on the command line or in the ParameterDefaults section.
<Applications>
<Application>
<ApplicationName>Stock</ApplicationName>
<BaseDirectoryPath>%BaseDirectoryPath%</BaseDirectoryPath>
<ApplicationDefinitionFilePath>
appDefinition\StockADF.xml
</ApplicationDefinitionFilePath>
<Parameters>
<Parameter>
<Name>DBSystem</Name>
<Value>%DBSystem%</Value>
</Parameter>
<Parameter>
<Name>NSSystem</Name>
<Value>%NSSystem%</Value>
</Parameter>
</Parameters>
</Application>
<Application>
<ApplicationName>Horoscope</ApplicationName>
<BaseDirectoryPath>%BaseDirectoryPath%</BaseDirectoryPath>
<ApplicationDefinitionFilePath>
appDefinition\HoroscopeADF.xml
</ApplicationDefinitionFilePath>
<Parameters>
<Parameter>
<Name>DBSystem</Name>
<Value>%DBSystem%</Value>
</Parameter>
<Parameter>
<Name>NSSystem</Name>
<Value>%NSSystem%</Value>
</Parameter>
</Parameters>
</Application>
</Applications>
Vea también
Referencia
Application Definition File Reference
Conceptos
Instance Configuration File Reference