Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Specifies the maximum length of a tuning session in minutes.
Syntax
<DTAInput>
...code removed...
<TuningOptions>
<TuningTimeInMin>...</TuningTimeInMin>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
unsignedInt, unlimited length. |
Default value |
480 minutes (8 hours). |
Occurrence |
Required unless a value has been specified for the NumberOfEvents element. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None |
Example
Description
The following code example shows how to set 12 hours as the maximum tuning time:
Code
<DTAInput>
<Server>...</Server>
<Workload>...</Workload>
<TuningOptions>
<TuningTimeInMin>720</TuningTimeInMin>
...code removed here...
</DTAInput>
See Also
Reference
XML Input File Reference (DTA)