다음을 통해 공유


Application Element (ICF)

Contains elements that describe a single notification application hosted by the instance of Notification Services.

구문

<Applications>
    <Application>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required once or more within the Applications element.

Updates

Can be added or deleted when updating the instance.

Element Relationships

Relationship Elements

Parent element

Applications Element (ICF)

Child elements

ApplicationName Element (ICF)

BaseDirectoryPath Element (ICF)

ApplicationDefinitionFilePath Element (ICF)

Parameters Element (ICF)

주의

If the instance hosts multiple applications, the instance configuration file contains multiple Application elements, each with child elements that describe their applications.

This example shows an Application element with its child elements:

<Application>
    <ApplicationName>Stock</ApplicationName>
    <BaseDirectoryPath>C:\NSApps\Stock</BaseDirectoryPath>
    <!-- Path and file name relative to BaseDirectoryPath -->
    <ApplicationDefinitionFilePath>
        appDefinition\StockADF.xml
    </ApplicationDefinitionFilePath>
    <!-- Parameter names and values to pass to ADF -->
    <Parameters>
        <Parameter>
            <Name>DBSystem</Name>
            <Value>MySqlServer</Value>
        </Parameter>
        <Parameter>
            <Name>NSSystem</Name>
            <Value>MyNSServer</Value>
        </Parameter>
    </Parameters>
</Application>

참고 항목

참조

Application Definition File Reference

개념

Instance Configuration File Reference

관련 자료

인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기