ProcessingGroup Enumeration
ProcessingGroup Enumeration
The ProcessingGroup enumeration provides options for how query dispatch should be performed by Analysis Services during processing.
Enumeration Values
| Name | Summary |
|---|---|
| ByAttribute | Specifies that a separate SQL query should be sent to the relational database for each attribute that is processed. |
| ByTable | Specifies that a separate SQL query should be sent to the relational database for each table that is processed. |