共用方式為


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