Свойство IsAggregateFunction

Gets a value that indicates whether this is an aggregate function.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsAggregateFunction As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if this is an aggregate function; otherwise, false.