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 帮助