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::IsNullIfEmpty Property

 

Indicates whether the aggregate returns null if no values have been accumulated.

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

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

Property Value

Type: System::Boolean

true if the aggregate returns null if no values have been accumulated; otherwise false.

Used by the query processor, this property is true if the aggregate returns null if no values have been accumulated.

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.

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