共用方式為


Distributors Element (ADF)

Provides a parent location for defining information about the distributors used by this application.

語法

<Application>
    ...
    <Distributors>

Element Characteristics

Characteristic Description

Data type and length

None.

Default value

None.

Occurrence

Required once per Application element.

Updates

Cannot be added or deleted.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

Distributor Element (ADF)

備註

An application can have one distributor on a server. You can define multiple distributors if the SystemName value for each distributor is unique.

Having multiple distributors on a server does not increase distributor performance. If you define multiple distributors for a single server in the application definition file (ADF), Notification Services fails when you create or update the application.

範例

The following example shows a populated Distributors node. One distributor is on the server THORFINN, uses a single thread, and uses a distributor quantum period of 30 seconds. The other distributor is on the server BIFROST, uses three threads, and uses a distributor quantum period of 15 seconds.

<Distributors>
    <Distributor>
        <SystemName>THORFINN</SystemName>
        <ThreadPoolSize>1</ThreadPoolSize>
        <QuantumDuration>P0DT00H00M30S</QuantumDuration>
    </Distributor>
    <Distributor>
        <SystemName>BIFROST</SystemName>
        <ThreadPoolSize>3</ThreadPoolSize>
        <QuantumDuration>P0DT00H00M15S</QuantumDuration>
    </Distributor>
</Distributors>

請參閱

參考

Application Definition File Reference

其他資源

指定散發者設定
更新執行個體及應用程式

說明及資訊

取得 SQL Server 2005 協助