IScalarFunction.IsAggregateFunction Property
Gets a value that indicates whether this is an aggregate function.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsAggregateFunction As Boolean
Get
'Usage
Dim instance As IScalarFunction
Dim value As Boolean
value = instance.IsAggregateFunction
bool IsAggregateFunction { get; }
property bool IsAggregateFunction {
bool get ();
}
abstract IsAggregateFunction : bool
function get IsAggregateFunction () : boolean
Property Value
Type: System.Boolean
true if this is an aggregate function; otherwise, false.