Parameters Element (ICF)
Contains an application-specific set of parameters. The parameters are passed to an application definition file (ADF).
구문
<Applications>
<Application>
...
<Parameters>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Optional once per Application element. |
Updates |
Can be added or deleted when updating the instance. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
주의
Parameters in the Application/Parameters section are passed to the application's ADF when you create the instance or update the application. These values override the ParameterDefault settings in the ADF.
예
This example shows how to specify a parameter for the ADF with the name DBSystem
. MyDBServer
, specified by the Value element, is substituted for %DBSystem% in the ADF.
<Parameters>
<Parameter>
<Name>DBSystem</Name>
<Value>MyDBServer</Value>
</Parameter>
</Parameters>
참고 항목
참조
Application Definition File Reference
개념
Instance Configuration File Reference
관련 자료
인스턴스와 응용 프로그램 연결
인스턴스 및 응용 프로그램 업데이트