Analysis Services Programming
Mining Execution Location Property
This property determines the location of data mining query resolution: the client application, server, or a combination of both.
Property Name
Mining Execution Location
Property ID
DBPROP_MSMD_MINING_EXECUTION_LOCATION
Remarks
The following table describes possible values.
Value | Description |
---|---|
0 | Default. For compatibility with earlier versions, this means the same as Value 1. The meaning of this default value is subject to change in future versions. |
1 | PivotTableĀ® Service selects the query execution location (client application or server) that will provide the best performance. |
2 | The server updates the mining model on the client, and then the query is executed and resolved on the client. |
3 | Queries are executed and resolved on the server. |
This property's value is used when a session is established; its value cannot be changed during the session.