Skip to main content

ProcessingOrder Enumeration

ProcessingOrder Enumeration

The ProcessingOrder enumeration provides options for whether parallel or sequential processing is to be used during SQL Server Analysis Services object processing.

Enumeration Values

NameSummary
Sequential
Specifies that individual processing operations will run one-after-another.
Parallel
Specifies that individual processing operations will run at the same time.