Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlUserDefinedAggregateAttribute::IsInvariantToOrder Property

 

Indicates whether the aggregate is invariant to order.

Namespace:   Microsoft.SqlServer.Server
Assembly:  System.Data (in System.Data.dll)

public:
property bool IsInvariantToOrder {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the aggregate is invariant to order; otherwise false.

Reserved for future use. This property is not currently used by the query processor: order is currently not guaranteed.

Incorrectly setting this property can result in incorrect query results. This property is not an optimizer hint; it affects the plan selected and the results returned by the query.

The default value for this property is false.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft