SPSiteDataQuery.QueryThrottleMode Property
SharePoint 2010
Gets or sets a value that indicates the throttling mode to be applied to the query.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Property Value
Type: Microsoft.SharePoint.SPQueryThrottleOptionA member of the SPQueryThrottleOption enumeration that indicates the throttling mode.
To determine whether a query exceeds the count of items allowed by the MaxItemsPerThrottledOperation or the MaxItemsPerThrottledOperationOverride property of SPWebApplication, a query described by the SPSiteDataQuery object does not consider indexed columns. This behavior differs from that of a query described by [T:Microsoft:SharePoint.SPQuery], which considers indexed column values.