PerformanceQueryInterval Element (ADF)

Specifies how frequently the application updates its performance counters.

Sintassi

<ApplicationExecutionSettings>
    ...
    <PerformanceQueryInterval>

Element Characteristics

Characteristic Description

Data type

duration.

Default value

60 seconds.

Occurrence

Optional once per ApplicationExecutionSettings element.

Updates

Can be added, deleted, and modified when updating the application.

Element Relationships

Relationship Elements

Parent element

ApplicationExecutionSettings Element (ADF)

Child elements

None.

Osservazioni

Each application has performance counters that provide information to help you monitor the application. The PerformanceQueryInterval element configures how often the application updates its performance counters. For more information about performance counters, see Oggetti prestazioni di Notification Services.

The format of the XML duration data type is PnYnMnDTnHnMnS. For more information about XML data types, see Primitive XML Data Types in the MSDN Library.

Esempio

The following example shows how to specify that affected performance counters should be updated once per hour.

<PerformanceQueryInterval>P0DT01H00M00S</PerformanceQueryInterval>

Vedere anche

Riferimento

Application Definition File Reference

Altre risorse

Specificazione dell'intervallo di query delle prestazioni
Aggiornamento di istanze e applicazioni
Oggetti prestazioni di Notification Services

Guida in linea e informazioni

Assistenza su SQL Server 2005