Distributor Element (ADF)

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

语法

<Distributors>
    <Distributor>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required once or more per Distributors element.

Updates

Can be added and deleted using when updating the application.

Element Relationships

Relationship Elements

Parent element

Distributors Element (ADF)

Child elements

SystemName Element for Distributor (ADF)

ThreadPoolSize Element for Distributor (ADF)

QuantumDuration Element for Distributor (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 the Distributor elements. The distributor is on the server CPANDL, uses a single thread, and uses a distributor quantum period of 30 seconds.

<Distributor>
    <SystemName>CPANDL</SystemName>
    <ThreadPoolSize>1</ThreadPoolSize>
    <QuantumDuration>P0DT00H00M30S</QuantumDuration>
</Distributor>

请参阅

参考

Application Definition File Reference

其他资源

指定分发服务器设置

帮助和信息

获取 SQL Server 2005 帮助