共用方式為


Arguments Element for ContentFormatter (ADF)

Provides a location for specifying the initialization arguments for a content formatter.

語法

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

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Optional once per ContentFormatter element.

Updates

Can be added and deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

ContentFormatter Element (ADF)

Child elements

Argument Element for ContentFormatter/Arguments (ADF)

備註

The distributor passes these arguments to the content formatter's Initialize() method.

範例

The following example shows an Arguments element. Its child elements provide initialization values for an XSLT content formatter.

<Arguments>
    <Argument>
        <Name>XsltBaseDirectory</Name>
        <Value>C:\TransformDirectory</Value>
    <Argument>
    <Argument>
        <Name>XsltFileName</Name>
        <Value>StockTransform.xsl</Value>
<Argument>
    <Argument>
        <Name>DisableEscaping</Name>
        <Value>true</Value>
    <Argument>
</Arguments>

請參閱

參考

Application Definition File Reference

其他資源

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

說明及資訊

取得 SQL Server 2005 協助