Generator Element (ADF)

Contains elements that configure the generator for this application.

语法

<Application>
    ...
    <Generator>

Element Characteristics

Characteristic Description

Data type

None.

Default value

None.

Occurrence

Required once per Application element.

Updates

Cannot be added or deleted when updating the application.

Element Relationships

Relationship Elements

Parent element

Application Element (ADF)

Child elements

SystemName Element for Generator (ADF)

ThreadPoolSize Element for Generator (ADF)

示例

The following example shows how to configure the generator to run on a server named CPANDL and process application rules on one thread.

<Generator>
    <SystemName>CPANDL</SystemName>
    <ThreadPoolSize>1</ThreadPoolSize>
</Generator>

请参阅

参考

Application Definition File Reference

其他资源

指定生成器设置
更新实例和应用程序

帮助和信息

获取 SQL Server 2005 帮助