Share via


Name Element for Parameter (ADF)

Specifies the name of an application parameter.

Sintassi

<ParameterDefaults>
    <Parameter>
        <Name>

Element Characteristics

Characteristic Description

Data type

string, between 1 and 255 characters in length.

Default value

None.

Occurrence

Required once per Parameter element.

Updates

Can be modified, but not added or deleted, when updating the application.

Element Relationships

Relationship Elements

Parent element

Parameter Element (ADF)

Child elements

None.

Osservazioni

Do not include the % character around the parameter name. The % character is used only where you want to replace the parameter with its value.

Esempio

The following example shows how to specify the name of a parameter.

<Name>SysName</Name>

Use the string %SysName% anywhere you want to use the value of this parameter.

Vedere anche

Riferimento

Application Definition File Reference

Altre risorse

Utilizzo dei parametri nel file di definizione dell'applicazione (ADF)
Aggiornamento di istanze e applicazioni

Guida in linea e informazioni

Assistenza su SQL Server 2005