다음을 통해 공유


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 지원 받기