다음을 통해 공유


Value Element for ParameterDefaults/Parameter (ICF)

Specifies the value for a parameter in the instance configuration file (ICF).

구문

<ParameterDefaults>
    <Parameter>
        ...
        <Value>

Element Characteristics

Characteristic Description

Data type

string, between 0 and 4,000 characters in length.

Default value

None.

Occurrence

Required once per Parameter element.

Updates

Can be modified and then applied when updating the instance.

Element Relationships

Relationship Elements

Parent element

Parameter Element for ParameterDefaults (ICF)

Child elements

None.

주의

The Value element provides the value to use in place of a parameter.

You can override ParameterDefaults values by specifying the parameter name and value when creating or updating the instance.

This example shows how to specify a default parameter value for the parameter named BaseDirPath. Notification Services substitutes "C:\NS" wherever %BaseDirPath% appears in the ICF, unless you specify another value for the parameter on the command line.

<Parameter>
    <Name>BaseDirPath</Name>
    <Value>C:\NS</Value>
</Parameter>

참고 항목

참조

Application Definition File Reference

개념

Instance Configuration File Reference

관련 자료

인스턴스 구성 파일에서 매개 변수 사용
인스턴스 및 응용 프로그램 업데이트

도움말 및 정보

SQL Server 2005 지원 받기