Udostępnij za pośrednictwem


Element równoległe (XMLA)

Identyfikuje poleceń, które należy uruchomić równolegle przez nadrzędny partia polecenia.

<Batch>
   ....
   <Parallel maxParallel="Integer">
      <!-- One or more XMLA commands -->
   </Parallel>
   ....
</Batch>

Właściwości elementu

Charakterystyka

Description

Typ danych i długość

None

Wartość domyślna

None

Relacja

0-n: Opcjonalne element, który może występować więcej niż jeden raz.

Atrybuty

Attribute

Description

maxParallel

Opcjonalne Integer atrybut. Wskazuje maksymalną liczbę wątków, w którym równolegle poleceń.If not specified or set to 0, the instance of Microsoft SQL Server Analysis Services determines an optimal number of threads based on the number of processors available on the computer.

See Also

Concepts