共用方式為


Argument Element for ContentFormatter/Arguments (ADF)

Provides a location to define a single initialization argument for a content formatter.

語法

<NotificationClasses>
    <NotificationClass>
        ...
        <ContentFormatter>
            ...
            <Arguments>
                <Argument>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required one or more times per Arguments element.

Updates

Can be added and deleted when updating the application.

備註

The distributor passes the argument name and value to the content formatter's Initialize() method.

Element Relationships

Relationship Elements

Parent element

Arguments Element for ContentFormatter (ADF)

Child elements

Name Element for ContentFormatter/Arguments/Argument (ADF)

Value Element for ContentFormatter/Arguments/Argument (ADF)

範例

The following example shows an Argument element. Its child elements set the value for the XsltFileName argument used by the standard XSLT content formatter.

<Argument>
    <Name>XsltFileName</Name>
    <Value>StockTransform.xsl</Value>
</Argument>

請參閱

參考

Application Definition File Reference

其他資源

設定內容格式器
更新執行個體及應用程式

說明及資訊

取得 SQL Server 2005 協助